mirror of
https://github.com/python/cpython.git
synced 2025-08-15 14:20:55 +00:00
[3.11] gh-101100: Fix most Sphinx nitpicks in inspect.rst
(GH-112662) (#112667)
gh-101100: Fix most Sphinx nitpicks in `inspect.rst` (GH-112662)
(cherry picked from commit 45650d1c47
)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
This commit is contained in:
parent
36ad8e61a6
commit
05ea7e5d4d
5 changed files with 19 additions and 9 deletions
|
@ -149,6 +149,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