diff options
| author | Terry Jan Reedy <tjreedy@udel.edu> | 2015-06-12 20:48:30 (GMT) |
|---|---|---|
| committer | Terry Jan Reedy <tjreedy@udel.edu> | 2015-06-12 20:48:30 (GMT) |
| commit | 160849444ef5871c118c09f452bf079bc6ec5015 (patch) | |
| tree | 464a5c747c4d0c996c6543eddc6581add86194aa | |
| parent | 0a2db7a7ad0835855cf7489792f3128b778e60c1 (diff) | |
| parent | 8322b0694539863e7ea66785a7e6d5022ffd284a (diff) | |
| download | cpython-160849444ef5871c118c09f452bf079bc6ec5015.zip cpython-160849444ef5871c118c09f452bf079bc6ec5015.tar.gz cpython-160849444ef5871c118c09f452bf079bc6ec5015.tar.bz2 | |
Merge with 3.5
| -rw-r--r-- | Doc/library/stdtypes.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst index ec07183..89d031c 100644 --- a/Doc/library/stdtypes.rst +++ b/Doc/library/stdtypes.rst @@ -4158,7 +4158,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`. |
