mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
document individual 2to3 fixers
This commit is contained in:
parent
096c3ad41d
commit
e0820e2ea7
2 changed files with 259 additions and 10 deletions
|
@ -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)')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue