From 7603fa07a8601941e0aa9697e6253c373e9ea9d8 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Thu, 6 Jan 2011 23:08:16 +0000 Subject: [PATCH] Undo an accidental commit in r87812. --- Doc/reference/expressions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.40.0