Skip to content

Commit 044c01c

Browse files
DOC: link to :term: in dis.rst for SET_FUNCTION_ATTRIBUTE flag 0x10
1 parent 38151bf commit 044c01c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/dis.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1673,7 +1673,7 @@ iterations of the loop.
16731673
* ``0x02`` a dictionary of keyword-only parameters' default values
16741674
* ``0x04`` a tuple of strings containing parameters' annotations
16751675
* ``0x08`` a tuple containing cells for free variables, making a closure
1676-
* ``0x10`` the annotate function for the function object
1676+
* ``0x10`` the :term:`annotate function` for the function object
16771677

16781678
.. versionadded:: 3.13
16791679

0 commit comments

Comments
 (0)