From: Alexander Belopolsky Date: Wed, 15 Dec 2010 19:47:37 +0000 (+0000) Subject: Use sentence case in section titles consistently X-Git-Tag: v3.2b2~76 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=50ba19ee454e47b44cb0a9f00746d8ecdf0aa1b2;p=thirdparty%2FPython%2Fcpython.git Use sentence case in section titles consistently --- diff --git a/Doc/reference/expressions.rst b/Doc/reference/expressions.rst index 6ef4443151a7..239662272294 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::