From 039573dc172785d852c251478b43d130304400d0 Mon Sep 17 00:00:00 2001 From: Terry Jan Reedy Date: Fri, 12 Jun 2015 16:47:03 -0400 Subject: [PATCH] whitespace --- Doc/library/stdtypes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst index 4b49df4770..bb918df3d4 100644 --- a/Doc/library/stdtypes.rst +++ b/Doc/library/stdtypes.rst @@ -2232,7 +2232,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. - + .. _dict-views: -- 2.50.1