diff options
| author | Benjamin Peterson <benjamin@python.org> | 2009-02-07 23:01:19 (GMT) | 
|---|---|---|
| committer | Benjamin Peterson <benjamin@python.org> | 2009-02-07 23:01:19 (GMT) | 
| commit | e0820e2ea7b378993fcbeb82fc33d9558be85abe (patch) | |
| tree | 32cc1f2de05bf8b9fcdfc1a50e5a12c3e6ea880c /Doc/tools/sphinxext/pyspecific.py | |
| parent | 096c3ad41de5b2aa2d7c822c4f5f8b90f49e5103 (diff) | |
| download | cpython-e0820e2ea7b378993fcbeb82fc33d9558be85abe.zip cpython-e0820e2ea7b378993fcbeb82fc33d9558be85abe.tar.gz cpython-e0820e2ea7b378993fcbeb82fc33d9558be85abe.tar.bz2  | |
document individual 2to3 fixers
Diffstat (limited to 'Doc/tools/sphinxext/pyspecific.py')
| -rw-r--r-- | Doc/tools/sphinxext/pyspecific.py | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/tools/sphinxext/pyspecific.py b/Doc/tools/sphinxext/pyspecific.py index fefe1c1..e6f8d43 100644 --- a/Doc/tools/sphinxext/pyspecific.py +++ b/Doc/tools/sphinxext/pyspecific.py @@ -124,3 +124,4 @@ def setup(app):      app.add_builder(suspicious.CheckSuspiciousMarkupBuilder)      app.add_description_unit('opcode', 'opcode', '%s (opcode)',                               parse_opcode_signature) +    app.add_description_unit('2to3fixer', '2to3fixer', '%s (2to3 fixer)')  | 
