mirror of
https://github.com/python/cpython.git
synced 2025-07-23 03:05:38 +00:00
[doc] Fix typos found using codespell (GH-28744)
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
This commit is contained in:
parent
4c8d543823
commit
241bda785a
16 changed files with 22 additions and 22 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue