From 77f68e36189437dc293e4c0cef4eae8001f1d4b6 Mon Sep 17 00:00:00 2001 From: Daniel Porteous Date: Wed, 21 Jun 2017 10:21:48 +1000 Subject: [PATCH] Fix typo in 3.7 whatsnew (#2308) --- Doc/whatsnew/3.7.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/whatsnew/3.7.rst b/Doc/whatsnew/3.7.rst index 5f683eb586..51b6b0133e 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 -- 2.40.0