From: Terry Jan Reedy Date: Fri, 12 Jun 2015 20:47:44 +0000 (-0400) Subject: whitespace X-Git-Tag: v3.5.0b3~69^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6ac5cc15ce2eb54c8a79ff7d92a38949ba4437ca;p=thirdparty%2FPython%2Fcpython.git whitespace --- diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst index 0636686672ad..057e3afaf254 100644 --- a/Doc/library/stdtypes.rst +++ b/Doc/library/stdtypes.rst @@ -3908,7 +3908,7 @@ pairs within braces, for example: ``{'jack': 4098, 'sjoerd': 4127}`` or ``{4098: Dictionaries compare equal if and only if they have the same ``(key, value)`` pairs. Order comparisons ('<', '<=', '>=', '>') raise :exc:`TypeError`. - + .. seealso:: :class:`types.MappingProxyType` can be used to create a read-only view of a :class:`dict`.