[doc] Fix typos found using codespell (GH-28744)

Co-authored-by: Łukasz Langa <lukasz@langa.pl>
This commit is contained in:
Christian Clauss 2021-10-05 23:48:44 +02:00 committed by GitHub
parent 4c8d543823
commit 241bda785a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 22 additions and 22 deletions

View file

@ -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: