diff options
Diffstat (limited to 'source/lang/boolean.rst')
-rw-r--r-- | source/lang/boolean.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/lang/boolean.rst b/source/lang/boolean.rst index 6ff4097..8d6aa5c 100644 --- a/source/lang/boolean.rst +++ b/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>` |