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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=50ba19ee454e47b44cb0a9f00746d8ecdf0aa1b2;p=python Use sentence case in section titles consistently --- diff --git a/Doc/reference/expressions.rst b/Doc/reference/expressions.rst index 6ef4443151..2396622722 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::