Skip to content

Commit fa4be09

Browse files
Update Doc/whatsnew/3.13.rst
Co-authored-by: T. Wouters <[email protected]>
1 parent b057ae6 commit fa4be09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/whatsnew/3.13.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2262,7 +2262,7 @@ Changes in the Python API
22622262
returned by :meth:`zipfile.ZipFile.open` was changed from ``'r'`` to ``'rb'``.
22632263
(Contributed by Serhiy Storchaka in :gh:`115961`.)
22642264

2265-
* :class:`functools.partial` emits now a :exc:`FutureWarning` when it is
2265+
* :class:`functools.partial` now emits a :exc:`FutureWarning` when it is
22662266
used as a method.
22672267
Its behavior will be changed in future Python versions.
22682268
Wrap it in :func:`staticmethod` if you want to preserve the old behavior.

0 commit comments

Comments
 (0)