From d1d7913a9f7f3a589852c652ad167c64b60fbf99 Mon Sep 17 00:00:00 2001 From: wiemann Date: Tue, 27 Jul 2004 22:59:40 +0000 Subject: typo git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@2487 929543f6-e4f2-0310-98a6-ba3bd3dd1d04 --- docutils/readers/python/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docutils/readers/python') 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' -- cgit v1.2.1