mirror of
https://github.com/python/cpython.git
synced 2025-07-28 05:34:31 +00:00
[3.10] [doc] Fix typos found using codespell (GH-28744) (GH-28758)
This commit is contained in:
parent
325e4647af
commit
d15f47d179
12 changed files with 16 additions and 16 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue