[Python-checkins] r87813 - python/branches/py3k/Doc/reference/expressions.rst
brett.cannon
python-checkins at python.org
Fri Jan 7 00:08:16 CET 2011
Author: brett.cannon
Date: Fri Jan 7 00:08:16 2011
New Revision: 87813
Log:
Undo an accidental commit in r87812.
Modified:
python/branches/py3k/Doc/reference/expressions.rst
Modified: python/branches/py3k/Doc/reference/expressions.rst
==============================================================================
--- python/branches/py3k/Doc/reference/expressions.rst (original)
+++ python/branches/py3k/Doc/reference/expressions.rst Fri Jan 7 00:08:16 2011
@@ -7,7 +7,7 @@
.. 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
More information about the Python-checkins
mailing list