]> granicus.if.org Git - python/commitdiff
Fix label names.
authorGeorg Brandl <georg@python.org>
Sat, 14 Jan 2012 16:06:53 +0000 (17:06 +0100)
committerGeorg Brandl <georg@python.org>
Sat, 14 Jan 2012 16:06:53 +0000 (17:06 +0100)
Doc/reference/expressions.rst

index b3372a5d9b74b8c46c4824260686460b36516e51..a7c66d3227c6f1cb515a1967c0180527aea35022 100644 (file)
@@ -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
 ===========