mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
gh-101100: Fix most Sphinx nitpicks in inspect.rst
(#112662)
This commit is contained in:
parent
c27b09c813
commit
45650d1c47
5 changed files with 19 additions and 9 deletions
|
@ -163,6 +163,9 @@ nitpick_ignore = [
|
|||
('envvar', 'USER'),
|
||||
('envvar', 'USERNAME'),
|
||||
('envvar', 'USERPROFILE'),
|
||||
# Deprecated function that was never documented:
|
||||
('py:func', 'getargspec'),
|
||||
('py:func', 'inspect.getargspec'),
|
||||
]
|
||||
|
||||
# Temporary undocumented names.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue