summaryrefslogtreecommitdiffstats
path: root/Doc/tools
diff options
context:
space:
mode:
authorChristian Clauss <cclauss@me.com>2021-10-05 21:48:44 (GMT)
committerGitHub <noreply@github.com>2021-10-05 21:48:44 (GMT)
commit241bda785a092a272d7e0f6a4e20bd250c389cfe (patch)
treed1ec44882a46c83d3a91d6ce5e312954cffab269 /Doc/tools
parent4c8d543823dde5a30615da61727837a48f7ab847 (diff)
downloadcpython-241bda785a092a272d7e0f6a4e20bd250c389cfe.zip
cpython-241bda785a092a272d7e0f6a4e20bd250c389cfe.tar.gz
cpython-241bda785a092a272d7e0f6a4e20bd250c389cfe.tar.bz2
[doc] Fix typos found using codespell (GH-28744)
Co-authored-by: Ɓukasz Langa <lukasz@langa.pl>
Diffstat (limited to 'Doc/tools')
-rwxr-xr-xDoc/tools/rstlint.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tools/rstlint.py b/Doc/tools/rstlint.py
index 91aed80..045b7d7 100755
--- a/Doc/tools/rstlint.py
+++ b/Doc/tools/rstlint.py
@@ -256,7 +256,7 @@ def hide_comments(lines):
"""Tool to remove comments from given lines.
It yields empty lines in place of comments, so line numbers are
- still meaningfull.
+ still meaningful.
"""
in_multiline_comment = False
for line in lines: