[issue34682] Typo reports on docs@
ZooDSS added the comment: Wanted to add a little bit more, but didn't know where to, so here it goes. https://docs.python.org/3/reference/expressions.html#membership-test-operations "The operator not in is defined to have the inverse true value of in." may be better to use "... the inverse truth value of in." as it is used in the next section, for identity comparisons explanation: "x is not y yields the inverse truth value." https://docs.python.org/3/reference/expressions.html#is-not In this section "object identity" is used two times. May be better to say "object's identity", as identity is a part of an object. Object has identity. "...test for object identity" - here. "Object identity is determined..." - and here. -- nosy: +ZooDSS ___ Python tracker <https://bugs.python.org/issue34682> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue34682] Typo reports on docs@
ZooDSS 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 <https://bugs.python.org/issue34682> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com