diff options
author | Brett Cannon <bcannon@gmail.com> | 2011-01-06 23:08:16 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2011-01-06 23:08:16 (GMT) |
commit | 7603fa07a8601941e0aa9697e6253c373e9ea9d8 (patch) | |
tree | 7889b8a1cc6072b4c575649bad34cacf84f5af9e | |
parent | 63eef1e0dda5ab4f0487440463a95dbad7923693 (diff) | |
download | cpython-7603fa07a8601941e0aa9697e6253c373e9ea9d8.zip cpython-7603fa07a8601941e0aa9697e6253c373e9ea9d8.tar.gz cpython-7603fa07a8601941e0aa9697e6253c373e9ea9d8.tar.bz2 |
Undo an accidental commit in r87812.
-rw-r--r-- | Doc/reference/expressions.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/reference/expressions.rst b/Doc/reference/expressions.rst index b671c6c..2396622 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 |