diff options
author | Yury Selivanov <yselivanov@sprymix.com> | 2016-01-12 02:05:18 (GMT) |
---|---|---|
committer | Yury Selivanov <yselivanov@sprymix.com> | 2016-01-12 02:05:18 (GMT) |
commit | 9179c40a9ff74978b4226f42b8aa0c2ef625556c (patch) | |
tree | 26baf6fa23ded116c57e944a2eead24829b46192 /Doc/library/inspect.rst | |
parent | 1d377712927c957c38f2a4fa96d61b7eb0e0dbca (diff) | |
parent | a7c159ddf3117adf0ee0d20200ded2e6f4ff7d15 (diff) | |
download | cpython-9179c40a9ff74978b4226f42b8aa0c2ef625556c.zip cpython-9179c40a9ff74978b4226f42b8aa0c2ef625556c.tar.gz cpython-9179c40a9ff74978b4226f42b8aa0c2ef625556c.tar.bz2 |
Merge 3.5 (issue #25486)
Diffstat (limited to 'Doc/library/inspect.rst')
-rw-r--r-- | Doc/library/inspect.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Doc/library/inspect.rst b/Doc/library/inspect.rst index 8e8d725..aa8a181 100644 --- a/Doc/library/inspect.rst +++ b/Doc/library/inspect.rst @@ -810,8 +810,7 @@ Classes and functions .. deprecated:: 3.0 Use :func:`signature` and :ref:`Signature Object <inspect-signature-object>`, which provide a - better introspecting API for callables. This function will be removed - in Python 3.6. + better introspecting API for callables. .. function:: getfullargspec(func) |