We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 337684f commit aa421c9Copy full SHA for aa421c9
Doc/reference/datamodel.rst
@@ -1526,7 +1526,7 @@ positional arguments; bit ``0x08`` is set if the function uses the
1526
if the function is a generator. See :ref:`inspect-module-co-flags` for details
1527
on the semantics of each flags that might be present.
1528
1529
-Future feature declarations (e.g. ``from __future__ import division``) also use bits
+Future feature declarations (for example, ``from __future__ import division``) also use bits
1530
in :attr:`~codeobject.co_flags` to indicate whether a code object was compiled with a
1531
particular feature enabled. See :attr:`~__future__._Feature.compiler_flag`.
1532
0 commit comments