Undo an accidental commit in r87812.

This commit is contained in:
Brett Cannon 2011-01-06 23:08:16 +00:00
parent 63eef1e0dd
commit 7603fa07a8
1 changed files with 1 additions and 1 deletions

View File

@ -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