summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2015-05-21 03:09:43 (GMT)
committerBenjamin Peterson <benjamin@python.org>2015-05-21 03:09:43 (GMT)
commitb1cc37cfb59a5f8689a9b2dd8a545ac821a87275 (patch)
tree6d3dc6c2323e59a8ab56a9ba70bb3c5d0fcf642a /Doc
parent57c74fca025ccd80d9d5f7da2d296c30e34dfec9 (diff)
downloadcpython-b1cc37cfb59a5f8689a9b2dd8a545ac821a87275.zip
cpython-b1cc37cfb59a5f8689a9b2dd8a545ac821a87275.tar.gz
cpython-b1cc37cfb59a5f8689a9b2dd8a545ac821a87275.tar.bz2
improve wording
Diffstat (limited to 'Doc')
-rw-r--r--Doc/whatsnew/3.5.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/whatsnew/3.5.rst b/Doc/whatsnew/3.5.rst
index c440e94..3a7b5d6 100644
--- a/Doc/whatsnew/3.5.rst
+++ b/Doc/whatsnew/3.5.rst
@@ -751,8 +751,8 @@ Deprecated Python modules, functions and methods
left to a package.
(Contributed by Vajrasky Kok and Berker Peksag in :issue:`1322`.)
-* Previously undocumented ``from_function`` and ``from_builtin`` methods
- of :class:`inspect.Signature` are deprecated. Use new
+* The previously undocumented ``from_function`` and ``from_builtin`` methods of
+ :class:`inspect.Signature` are deprecated. Use new
:meth:`inspect.Signature.from_callable` instead. (Contributed by Yury
Selivanov in :issue:`24248`.)