Skip to content

Commit bbdaea9

Browse files
authored
Properly remove trailing spaces
1 parent 9446a11 commit bbdaea9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/stdtypes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4825,7 +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-
4828+
48294829
Dictionaries compare equal if and only if they have the same ``(key,
48304830
value)`` pairs (regardless of ordering). Order comparisons ('<', '<=', '>=', '>') raise
48314831
:exc:`TypeError`. To illustrate dictionary creation and equality,

0 commit comments

Comments
 (0)