[Zope-Checkins] CVS: Zope2 - DocumentClass.py:1.12
karl@digicool.com
karl@digicool.com
Thu, 22 Mar 2001 01:41:06 -0500 (EST)
Update of /cvs-repository/Zope2/lib/python/StructuredText
In directory korak:/tmp/cvs-serv21853
Modified Files:
DocumentClass.py
Log Message:
removed spurious " from docstring that was driving emacs' fontifier crazy
--- Updated File DocumentClass.py in package Zope2 --
--- DocumentClass.py 2001/03/20 22:58:25 1.11
+++ DocumentClass.py 2001/03/22 06:41:06 1.12
@@ -230,7 +230,7 @@
"""
row is a list of tuples, where each tuple is
the raw text for a cell/column and the span
- of that cell/column".
+ of that cell/column.
EX
[('this is column one',1), ('this is column two',1)]
"""