[issue34682] Typo reports on docs@

ZooDSS report at bugs.python.org
Wed Oct 3 12:26:25 EDT 2018


ZooDSS <ZooDSS at yandex.ru> added the comment:

Found new one.

https://docs.python.org/3/reference/lexical_analysis.html#comments
"Comments are ignored by the syntax; they are not tokens." - I honestly think, that this is misleading, by the fact that we have next words.

https://docs.python.org/3/library/token.html#token.COMMENT
"Token value used to indicate a comment." - this means, that system mentions the comment as a token, but still ch.2 of LR says backwards. May be I am wrong. Correct me, please.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34682>
_______________________________________


More information about the Python-bugs-list mailing list