summaryrefslogtreecommitdiff
path: root/docutils/readers/python
diff options
context:
space:
mode:
Diffstat (limited to 'docutils/readers/python')
-rw-r--r--docutils/readers/python/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/docutils/readers/python/__init__.py b/docutils/readers/python/__init__.py
index 6c027641d..22cfe3b8d 100644
--- a/docutils/readers/python/__init__.py
+++ b/docutils/readers/python/__init__.py
@@ -7,8 +7,8 @@
"""
This package contains the Python Source Reader modules.
-It requires Python 2.2 or higher (`moduleparser` depends on `compiler` and
-`tokenizer` modules).
+It requires Python 2.2 or higher (`moduleparser` depends on the
+`compiler` and `tokenize` modules).
"""
__docformat__ = 'reStructuredText'