diff options
author | Brett Cannon <bcannon@gmail.com> | 2011-01-06 22:32:41 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2011-01-06 22:32:41 (GMT) |
commit | 63eef1e0dda5ab4f0487440463a95dbad7923693 (patch) | |
tree | 1337561c57727cb1b2f169d0691ff84d0cea345d /Doc/reference/expressions.rst | |
parent | 610e544bf72c9e29f216af8ab23544ee6ae45b39 (diff) | |
download | cpython-63eef1e0dda5ab4f0487440463a95dbad7923693.zip cpython-63eef1e0dda5ab4f0487440463a95dbad7923693.tar.gz cpython-63eef1e0dda5ab4f0487440463a95dbad7923693.tar.bz2 |
Get --coverage to be an acceptable flag for test.regrtest again.
Diffstat (limited to 'Doc/reference/expressions.rst')
-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 2396622..b671c6c 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 |