]> granicus.if.org Git - python/commitdiff
Use sentence case in section titles consistently
authorAlexander Belopolsky <alexander.belopolsky@gmail.com>
Wed, 15 Dec 2010 19:47:37 +0000 (19:47 +0000)
committerAlexander Belopolsky <alexander.belopolsky@gmail.com>
Wed, 15 Dec 2010 19:47:37 +0000 (19:47 +0000)
Doc/reference/expressions.rst

index 6ef4443151a781f6277ac4c410853a35a7f8d5dd..2396622722949c63f14f7a1c499dc63b60b730eb 100644 (file)
@@ -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::