File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ``
You can’t perform that action at this time.
0 commit comments