[Zope-Checkins] CVS: Zope2 - ST.py:1.13
chrism@serenade.digicool.com
chrism@serenade.digicool.com
Mon, 18 Jun 2001 20:05:09 -0400
Update of /cvs-repository/Zope2/lib/python/StructuredText
In directory serenade:/home/chrism/BackTalk/lib/python/StructuredText
Modified Files:
ST.py
Log Message:
Removed misleading comment from indention function.
--- Updated File ST.py in package Zope2 --
--- ST.py 2001/06/19 00:01:12 1.12
+++ ST.py 2001/06/19 00:05:09 1.13
@@ -7,8 +7,7 @@
def indention(str,front = re.compile("^\s+").match):
"""
- Convert all tabs to the appropriate number of spaces.
- Find the number of leading spaces. If none, return 0
+ Find the number of leading spaces. If none, return 0.
"""
result = front(str)