summaryrefslogtreecommitdiffstats
path: root/Doc/library
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library')
-rw-r--r--Doc/library/dis.rst6
1 files changed, 2 insertions, 4 deletions
diff --git a/Doc/library/dis.rst b/Doc/library/dis.rst
index 8d4d956..d0312de7 100644
--- a/Doc/library/dis.rst
+++ b/Doc/library/dis.rst
@@ -219,8 +219,7 @@ result back on the stack.
.. opcode:: BINARY_TRUE_DIVIDE ()
- Implements ``TOS = TOS1 / TOS`` when ``from __future__ import division`` is in
- effect.
+ Implements ``TOS = TOS1 / TOS``.
.. opcode:: BINARY_MODULO ()
@@ -290,8 +289,7 @@ the original TOS1.
.. opcode:: INPLACE_TRUE_DIVIDE ()
- Implements in-place ``TOS = TOS1 / TOS`` when ``from __future__ import
- division`` is in effect.
+ Implements in-place ``TOS = TOS1 / TOS``.
.. opcode:: INPLACE_MODULO ()