pdfdoc.py: fix ro PDFDate contributed by Robert Alsina
authorrgbecker
Mon, 02 Nov 2009 17:36:51 +0000
changeset 3247 b5eb318a94e2
parent 3246 7087d203eb88
child 3248 97d4415ab527
pdfdoc.py: fix ro PDFDate contributed by Robert Alsina
src/reportlab/pdfbase/pdfdoc.py
--- a/src/reportlab/pdfbase/pdfdoc.py	Mon Nov 02 17:35:58 2009 +0000
+++ b/src/reportlab/pdfbase/pdfdoc.py	Mon Nov 02 17:36:51 2009 +0000
@@ -1700,7 +1700,7 @@
 
 class PDFDate:
     __PDFObject__ = True
-    # gmt offset now suppported
+    # gmt offset now suppported properly
     def __init__(self, invariant=rl_config.invariant, dateFormatter=None):
         if invariant:
             now = (2000,01,01,00,00,00,0)