[docs] [issue16951] expand on meaning of 'string literals that rely on significant trailing whitespace'

Ezio Melotti report at bugs.python.org
Sun Jan 13 15:38:20 CET 2013


Ezio Melotti added the comment:

I think the sentence is already clear enough --- editors often remove trailing spaces, so if they are significant (e.g. if they are in a string literal) they are at risk.  This is actually more a general advice than a styling guideline, so I'm not even sure it belongs to the PEP 8.

----------
nosy: +ezio.melotti

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16951>
_______________________________________


More information about the docs mailing list