summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Belopolsky <alexander.belopolsky@gmail.com>2010-12-15 19:47:37 (GMT)
committerAlexander Belopolsky <alexander.belopolsky@gmail.com>2010-12-15 19:47:37 (GMT)
commit50ba19ee454e47b44cb0a9f00746d8ecdf0aa1b2 (patch)
treec34dd414760ede8339f03f37621b7ddc821a04a0
parent99db3fd03b5dac9555201e32b5403ab2502dda9b (diff)
downloadcpython-50ba19ee454e47b44cb0a9f00746d8ecdf0aa1b2.zip
cpython-50ba19ee454e47b44cb0a9f00746d8ecdf0aa1b2.tar.gz
cpython-50ba19ee454e47b44cb0a9f00746d8ecdf0aa1b2.tar.bz2
Use sentence case in section titles consistently
-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 6ef4443..2396622 100644
--- a/Doc/reference/expressions.rst
+++ b/Doc/reference/expressions.rst
@@ -1161,7 +1161,7 @@ not bother to return a value of the same type as its argument, so e.g., ``not
'foo'`` yields ``False``, not ``''``.)
-Conditional Expressions
+Conditional expressions
=======================
.. index::