diff options
Diffstat (limited to 'docutils/readers/python/moduleparser.py')
| -rw-r--r-- | docutils/readers/python/moduleparser.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docutils/readers/python/moduleparser.py b/docutils/readers/python/moduleparser.py index 8854d0f95..5e63c9876 100644 --- a/docutils/readers/python/moduleparser.py +++ b/docutils/readers/python/moduleparser.py @@ -3,7 +3,7 @@ # Copyright: This module has been placed in the public domain. """ -Parser for Python modules. Requires Python 2.2 or higher. +Parser for Python modules. The `parse_module()` function takes a module's text and file name, runs it through the module parser (using compiler.py and tokenize.py) |
