Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 77f68e3

Browse files
banoolalex
authored andcommitted
Fix typo in 3.7 whatsnew (#2308)
1 parent 76c567e commit 77f68e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/whatsnew/3.7.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ API and Feature Removals
373373

374374
* Functions :func:`bool`, :func:`float`, :func:`list` and :func:`tuple` no
375375
longer take keyword arguments. The first argument of :func:`int` can now
376-
be passes only as positional argument.
376+
be passed only as positional argument.
377377

378378
* Removed previously deprecated in Python 2.4 classes ``Plist``, ``Dict`` and
379379
``_InternalDict`` in the :mod:`plistlib` module. Dict values in the result

0 commit comments

Comments
 (0)