[Python-checkins] r77079 - peps/trunk/pep-0345.txt

tarek.ziade python-checkins at python.org
Mon Dec 28 01:21:16 CET 2009


Author: tarek.ziade
Date: Mon Dec 28 01:21:16 2009
New Revision: 77079

Log:
escaping EOLs

Modified:
   peps/trunk/pep-0345.txt

Modified: peps/trunk/pep-0345.txt
==============================================================================
--- peps/trunk/pep-0345.txt	(original)
+++ peps/trunk/pep-0345.txt	Mon Dec 28 01:21:16 2009
@@ -143,8 +143,8 @@
             |    3
             |
 
-This encoding implies that any occurences of "\n |" have to be replaced
-by "\n" when the field is unfolded using a RFC822 reader.
+This encoding implies that any occurences of "``\n |``" have to be replaced
+by "``\n``" when the field is unfolded using a RFC822 reader.
 
 
 Keywords (optional)


More information about the Python-checkins mailing list