From: Brett Cannon Date: Thu, 6 Jan 2011 23:08:16 +0000 (+0000) Subject: Undo an accidental commit in r87812. X-Git-Tag: v3.2rc1~138 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7603fa07a8601941e0aa9697e6253c373e9ea9d8;p=python Undo an accidental commit in r87812. --- diff --git a/Doc/reference/expressions.rst b/Doc/reference/expressions.rst index b671c6c1be..2396622722 100644 --- a/Doc/reference/expressions.rst +++ b/Doc/reference/expressions.rst @@ -7,7 +7,7 @@ Expressions .. index:: expression, BNF - This chapter explains the meaning of the elements of expressions in Python. +This chapter explains the meaning of the elements of expressions in Python. **Syntax Notes:** In this and the following chapters, extended BNF notation will be used to describe syntax, not lexical analysis. When (one alternative of) a