diff options
Diffstat (limited to 'Doc/library/dis.rst')
-rw-r--r-- | Doc/library/dis.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/dis.rst b/Doc/library/dis.rst index a6574c4..10154d8 100644 --- a/Doc/library/dis.rst +++ b/Doc/library/dis.rst @@ -898,7 +898,7 @@ iterations of the loop. unbound method. Otherwise, ``NULL`` and the object return by the attribute lookup are pushed. - .. versionchanged:: 3.11 + .. versionchanged:: 3.12 If the low bit of ``namei`` is set, then a ``NULL`` or ``self`` is pushed to the stack before the attribute or unbound method respectively. |