diff options
| author | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2004-07-27 22:59:40 +0000 |
|---|---|---|
| committer | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2004-07-27 22:59:40 +0000 |
| commit | d1d7913a9f7f3a589852c652ad167c64b60fbf99 (patch) | |
| tree | af6551510bd31525590bd51c46c85e1585659377 /docutils/readers/python | |
| parent | 94015ce23ab651873bb4f4a6722cc2e603418275 (diff) | |
| download | docutils-d1d7913a9f7f3a589852c652ad167c64b60fbf99.tar.gz | |
typo
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@2487 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/readers/python')
| -rw-r--r-- | docutils/readers/python/__init__.py | 4 |
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' |
