We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b057ae6 commit fa4be09Copy full SHA for fa4be09
Doc/whatsnew/3.13.rst
@@ -2262,7 +2262,7 @@ Changes in the Python API
2262
returned by :meth:`zipfile.ZipFile.open` was changed from ``'r'`` to ``'rb'``.
2263
(Contributed by Serhiy Storchaka in :gh:`115961`.)
2264
2265
-* :class:`functools.partial` emits now a :exc:`FutureWarning` when it is
+* :class:`functools.partial` now emits a :exc:`FutureWarning` when it is
2266
used as a method.
2267
Its behavior will be changed in future Python versions.
2268
Wrap it in :func:`staticmethod` if you want to preserve the old behavior.
0 commit comments