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

Skip to content

Commit fe0f0b0

Browse files
committed
Typo fix
1 parent 1088d98 commit fe0f0b0

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Doc/whatsnew/3.4.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -678,7 +678,7 @@ handling).
678678
functools
679679
---------
680680

681-
The new :func:`~functools.partialmethod` descriptor bring partial argument
681+
The new :func:`~functools.partialmethod` descriptor brings partial argument
682682
application to descriptors, just as :func:`~functools.partial` provides
683683
for normal callables. The new descriptor also makes it easier to get
684684
arbitrary callables (including :func:`~functools.partial` instances)
@@ -1624,4 +1624,3 @@ Changes in the C API
16241624
* The ``f_tstate`` (thread state) field of the :c:type:`PyFrameObject`
16251625
structure has been removed to fix a bug: see :issue:`14432` for the
16261626
rationale.
1627-

0 commit comments

Comments
 (0)