[Python 3.8. 2] Document = The Python Language Reference; Section = 2.1.3. Comments]
Dear Experts, I am learning Python 3.8 from The Python Language Reference: https://docs.python.org/3.8/reference/lexical_analysis.html It is a great resource that I like learning very much. But *At the section: 2.1.3 Comments - I might misunderstand due to my second language - the English but the writing loo**ks ambiguous to me:* *Original writing:* 2.1.3. Comments¶ <https://docs.python.org/3.8/reference/lexical_analysis.html#comments> "A comment starts with a hash character (#) that is not part of a string literal, *and ends at the end of the physical line*. *A comment signifies the end of the logical line unless* the implicit line joining rules are invoked. Comments are ignored by the syntax." *Is it should be written as follows:* "A comment starts with a hash character (#) that is not part of a string literal,* and ends at the end of the physical line*. *A comment signifies the end of the physical line unless* the implicit line joining rules are invoked. Comments are ignored by the syntax." Best regards, Dai Son
participants (1)
-
Dai Son Nguyen