summaryrefslogtreecommitdiff
path: root/Doc/reference
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2011-01-06 23:08:16 +0000
committerBrett Cannon <bcannon@gmail.com>2011-01-06 23:08:16 +0000
commitdbb825c924fb1e6cbdebea97b0585fb8892caa84 (patch)
tree30b9796f0e168d0cc703c3e3a0d019d17716dd9d /Doc/reference
parent7ee8f9c3ce7ed25cd0635034a2dc28cc329b3c78 (diff)
downloadcpython-dbb825c924fb1e6cbdebea97b0585fb8892caa84.tar.gz
Undo an accidental commit in r87812.
Diffstat (limited to 'Doc/reference')
-rw-r--r--Doc/reference/expressions.rst2
1 files changed, 1 insertions, 1 deletions
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