[Epydoc-commits] SF.net SVN: epydoc: [1469] trunk/epydoc/src/epydoc/docintrospecter.py
Brought to you by:
edloper
|
From: <ed...@us...> - 2007-02-13 08:22:45
|
Revision: 1469
http://svn.sourceforge.net/epydoc/?rev=1469&view=rev
Author: edloper
Date: 2007-02-13 00:22:43 -0800 (Tue, 13 Feb 2007)
Log Message:
-----------
- Fixed docstring typo
Modified Paths:
--------------
trunk/epydoc/src/epydoc/docintrospecter.py
Modified: trunk/epydoc/src/epydoc/docintrospecter.py
===================================================================
--- trunk/epydoc/src/epydoc/docintrospecter.py 2007-02-13 08:22:28 UTC (rev 1468)
+++ trunk/epydoc/src/epydoc/docintrospecter.py 2007-02-13 08:22:43 UTC (rev 1469)
@@ -512,7 +512,7 @@
def is_future_feature(object):
"""
- Return True if C{object} results from a C{from __future__ import feature"}
+ Return True if C{object} results from a C{from __future__ import feature}
statement.
"""
# Guard from unexpected implementation changes of the __future__ module.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|