src/reportlab/platypus/paraparser.py
changeset 3032 22224b1b4d24
parent 2964 32352db0d71e
child 3111 86a3158c50bd
--- a/src/reportlab/platypus/paraparser.py	Fri Dec 12 17:01:47 2008 +0000
+++ b/src/reportlab/platypus/paraparser.py	Fri Dec 12 17:55:22 2008 +0000
@@ -2,6 +2,7 @@
 #see license.txt for license details
 #history http://www.reportlab.co.uk/cgi-bin/viewcvs.cgi/public/reportlab/trunk/reportlab/platypus/paraparser.py
 __version__=''' $Id$ '''
+__doc__='''The parser used to process markup within paragraphs'''
 import string
 import re
 from types import TupleType, UnicodeType, StringType