[py-svn] r37169 - py/dist/py/rest

cfbolz at codespeak.net cfbolz at codespeak.net
Tue Jan 23 10:32:02 CET 2007


Author: cfbolz
Date: Tue Jan 23 10:32:01 2007
New Revision: 37169

Modified:
   py/dist/py/rest/rst.py
Log:
typo


Modified: py/dist/py/rest/rst.py
==============================================================================
--- py/dist/py/rest/rst.py	(original)
+++ py/dist/py/rest/rst.py	Tue Jan 23 10:32:01 2007
@@ -111,7 +111,7 @@
         self.links = {}
     
     def render_links(self, check=False):
-        """render the link attachents of the document"""
+        """render the link attachments of the document"""
         assert not check, "Link checking not implemented"
         if not self.links:
             return ""


More information about the py-svn mailing list