diff options
author | Daniel Porteous <danielporteous1@gmail.com> | 2017-06-21 00:21:48 (GMT) |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2017-06-21 00:21:48 (GMT) |
commit | 77f68e36189437dc293e4c0cef4eae8001f1d4b6 (patch) | |
tree | 39d37a19468be6ccc38e6434cb00cec6312db45f /Doc | |
parent | 76c567ee27342d76f631a35c8291b715b2a61f3e (diff) | |
download | cpython-77f68e36189437dc293e4c0cef4eae8001f1d4b6.zip cpython-77f68e36189437dc293e4c0cef4eae8001f1d4b6.tar.gz cpython-77f68e36189437dc293e4c0cef4eae8001f1d4b6.tar.bz2 |
Fix typo in 3.7 whatsnew (#2308)
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/whatsnew/3.7.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.7.rst b/Doc/whatsnew/3.7.rst index 5f683eb..51b6b01 100644 --- a/Doc/whatsnew/3.7.rst +++ b/Doc/whatsnew/3.7.rst @@ -373,7 +373,7 @@ API and Feature Removals * Functions :func:`bool`, :func:`float`, :func:`list` and :func:`tuple` no longer take keyword arguments. The first argument of :func:`int` can now - be passes only as positional argument. + be passed only as positional argument. * Removed previously deprecated in Python 2.4 classes ``Plist``, ``Dict`` and ``_InternalDict`` in the :mod:`plistlib` module. Dict values in the result |