[Checkins] SVN: zope.configuration/branches/tseaver-test_cleanup/src/zope/configuration/docutils.py PEP8

Tres Seaver cvs-admin at zope.org
Tue May 8 01:18:45 UTC 2012


Log message for revision 125716:
  PEP8

Changed:
  U   zope.configuration/branches/tseaver-test_cleanup/src/zope/configuration/docutils.py

-=-
Modified: zope.configuration/branches/tseaver-test_cleanup/src/zope/configuration/docutils.py
===================================================================
--- zope.configuration/branches/tseaver-test_cleanup/src/zope/configuration/docutils.py	2012-05-08 01:18:36 UTC (rev 125715)
+++ zope.configuration/branches/tseaver-test_cleanup/src/zope/configuration/docutils.py	2012-05-08 01:18:41 UTC (rev 125716)
@@ -18,7 +18,7 @@
 import re
 
 para_sep = re.compile('\n{2,}')
-whitespace=re.compile('[ \t\n\r]+')
+whitespace = re.compile('[ \t\n\r]+')
 
 def wrap(text, width=78, indent=0):
     """Makes sure that we keep a line length of a certain width.



More information about the checkins mailing list