Thanks to visit codestin.com Credit goes to github.com
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 1088d98 commit fe0f0b0Copy full SHA for fe0f0b0
1 file changed
Doc/whatsnew/3.4.rst
@@ -678,7 +678,7 @@ handling).
678
functools
679
---------
680
681
-The new :func:`~functools.partialmethod` descriptor bring partial argument
+The new :func:`~functools.partialmethod` descriptor brings partial argument
682
application to descriptors, just as :func:`~functools.partial` provides
683
for normal callables. The new descriptor also makes it easier to get
684
arbitrary callables (including :func:`~functools.partial` instances)
@@ -1624,4 +1624,3 @@ Changes in the C API
1624
* The ``f_tstate`` (thread state) field of the :c:type:`PyFrameObject`
1625
structure has been removed to fix a bug: see :issue:`14432` for the
1626
rationale.
1627
-
0 commit comments