http://hg.python.org/cpython/rev/f72b171c5050 changeset: 74401:f72b171c5050 branch: 2.7 parent: 74398:9f664e163c9d user: Georg Brandl <georg at python.org> date: Sat Jan 14 17:06:53 2012 +0100 summary: Fix label names. files: Doc/reference/expressions.rst | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/reference/expressions.rst b/Doc/reference/expressions.rst --- a/Doc/reference/expressions.rst +++ b/Doc/reference/expressions.rst @@ -1048,9 +1048,9 @@ .. _comparisons: .. _is: -.. _isnot: +.. _is not: .. _in: -.. _notin: +.. _not in: Comparisons =========== -- Repository URL: http://hg.python.org/cpython