commit | c86bb00ee5f2176efec9c62cd9bc03dd9b84743f | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sat Jan 14 17:06:53 2012 +0100 |
committer | Georg Brandl <georg@python.org> | Sat Jan 14 17:06:53 2012 +0100 |
tree | dfc71639ad477b439e704e5e178d31601c5cc6fe | |
parent | 9a5606886c3a74e2429589065f82344884a3d9d0 [diff] |
Fix label names.
diff --git a/Doc/reference/expressions.rst b/Doc/reference/expressions.rst index b3372a5..a7c66d3 100644 --- a/Doc/reference/expressions.rst +++ b/Doc/reference/expressions.rst
@@ -1048,9 +1048,9 @@ .. _comparisons: .. _is: -.. _isnot: +.. _is not: .. _in: -.. _notin: +.. _not in: Comparisons ===========