aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source/lang/boolean.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/lang/boolean.rst')
-rw-r--r--docs/source/lang/boolean.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/lang/boolean.rst b/docs/source/lang/boolean.rst
index 6ff4097..8d6aa5c 100644
--- a/docs/source/lang/boolean.rst
+++ b/docs/source/lang/boolean.rst
@@ -83,7 +83,7 @@ See Also
--------
- :ref:`Bitwise operators <lang-bitwisemath>` (``&``, ``|``, ``^``, ``~``)
-- :ref:`Compound bitwise operators <lang-bitwisecompound>` (``&=``,
+- :ref:`Compound bitwise operators <lang-compoundbitwise>` (``&=``,
``|=``, ``^=``).
- :ref:`if statement <lang-if>`