Skip to content

Commit 666abb7

Browse files
Apply batched suggestions from code review
Co-authored-by: Bartosz Sławecki <bartosz@ilikepython.com>
1 parent afe0483 commit 666abb7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Doc/library/inspect.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ attributes (see :ref:`import-mod-attrs` for module attributes):
487487

488488
.. versionchanged:: 3.10.6
489489
Duck-type functions now return ``True`` if their code object has the CO_GENERATOR
490-
fla
490+
flag.
491491

492492
.. versionchanged:: 3.13
493493
Functions wrapped in :func:`functools.partialmethod` now return ``True``
@@ -513,7 +513,7 @@ attributes (see :ref:`import-mod-attrs` for module attributes):
513513

514514
.. versionchanged:: 3.10.6
515515
Duck-type functions now return ``True`` if their code object has the CO_COROUTINE
516-
flag
516+
flag.
517517

518518
.. versionchanged:: 3.12
519519
Sync functions marked with :func:`markcoroutinefunction` now return
@@ -591,7 +591,7 @@ attributes (see :ref:`import-mod-attrs` for module attributes):
591591

592592
.. versionchanged:: 3.10.6
593593
Duck-type functions now return ``True`` if their code object has the CO_ASYNC_GENERATOR
594-
flag
594+
flag.
595595

596596
.. versionchanged:: 3.13
597597
Functions wrapped in :func:`functools.partialmethod` now return ``True``

0 commit comments

Comments
 (0)