Skip to content

Commit 9446a11

Browse files
authored
Add back newline
1 parent ede9633 commit 9446a11

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Doc/library/stdtypes.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4825,6 +4825,7 @@ can be used interchangeably to index the same dictionary entry.
48254825

48264826
Providing keyword arguments as in the first example only works for keys that
48274827
are valid Python identifiers. Otherwise, any valid keys can be used.
4828+
48284829
Dictionaries compare equal if and only if they have the same ``(key,
48294830
value)`` pairs (regardless of ordering). Order comparisons ('<', '<=', '>=', '>') raise
48304831
:exc:`TypeError`. To illustrate dictionary creation and equality,

0 commit comments

Comments
 (0)