From: Georg Brandl Date: Sat, 14 Jan 2012 16:06:53 +0000 (+0100) Subject: Fix label names. X-Git-Tag: v2.7.3rc1~167 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c86bb00ee5f2176efec9c62cd9bc03dd9b84743f;p=python Fix label names. --- diff --git a/Doc/reference/expressions.rst b/Doc/reference/expressions.rst index b3372a5d9b..a7c66d3227 100644 --- a/Doc/reference/expressions.rst +++ b/Doc/reference/expressions.rst @@ -1048,9 +1048,9 @@ must be plain or long integers. The arguments are converted to a common type. .. _comparisons: .. _is: -.. _isnot: +.. _is not: .. _in: -.. _notin: +.. _not in: Comparisons ===========