mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Factor out docstring dedenting from inspect.getdoc() into inspect.cleandoc()
to ease standalone use of the algorithm.
This commit is contained in:
parent
6a5a177cba
commit
7be19aabe2
7 changed files with 125 additions and 100 deletions
|
@ -15,7 +15,7 @@ These modules include:
|
|||
.. toctree::
|
||||
|
||||
parser.rst
|
||||
_ast.rst
|
||||
ast.rst
|
||||
symbol.rst
|
||||
token.rst
|
||||
keyword.rst
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue