summaryrefslogtreecommitdiff
path: root/Doc/tools/rstlint.py
diff options
context:
space:
mode:
authorChristian Clauss <cclauss@me.com>2021-10-06 15:56:57 +0200
committerGitHub <noreply@github.com>2021-10-06 15:56:57 +0200
commitd15f47d1797292be7fe7f846f389bcd023a710d5 (patch)
treeef26de028d212b8d91af6e1ddaa7985ed727d061 /Doc/tools/rstlint.py
parent325e4647afffe347cc20747f3dccc6ba9e782636 (diff)
downloadcpython-git-d15f47d1797292be7fe7f846f389bcd023a710d5.tar.gz
[3.10] [doc] Fix typos found using codespell (GH-28744) (GH-28758)
Diffstat (limited to 'Doc/tools/rstlint.py')
-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 cbcb8eb801..3092a3b2d8 100755
--- a/Doc/tools/rstlint.py
+++ b/Doc/tools/rstlint.py
@@ -165,7 +165,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: