Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
one more nit
  • Loading branch information
AlexWaygood authored Nov 22, 2023
commit 56dbc0f9bb41c488a9172f07c89d409d9b422815
2 changes: 1 addition & 1 deletion Lib/inspect.py
Original file line number Diff line number Diff line change
Expand Up @@ -1365,7 +1365,7 @@ def getargs(co):
appended. 'varargs' and 'varkw' are the names of the * and **
arguments or None.

Deprecated in 3.13 and slated for removal in 3.15.
Deprecated in Python 3.13; slated for removal in Python 3.15.
``inspect.signature`` is the most accurate way to obtain the signature
of a callable. If you only have access to a code object, however,
``inspect.signature(types.FunctionType(co, {}))`` can be used as a
Expand Down