commit | e0820e2ea7b378993fcbeb82fc33d9558be85abe | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Sat Feb 07 23:01:19 2009 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Sat Feb 07 23:01:19 2009 +0000 |
tree | 32cc1f2de05bf8b9fcdfc1a50e5a12c3e6ea880c | |
parent | 096c3ad41de5b2aa2d7c822c4f5f8b90f49e5103 [diff] [blame] |
document individual 2to3 fixers
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 @@ 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)')