Skip to content

Commit 0cdd0f7

Browse files
vstinnerhugovk
andauthored
Update peps/pep-0814.rst
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
1 parent 95a233b commit 0cdd0f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

peps/pep-0814.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ If some keys are in common, the values of the right operand are taken::
138138
>>> frozendict(x=1, y=2) | frozendict(y=5)
139139
frozendict({'x': 1, 'y': 5})
140140

141-
The update operator `|=` does not modify a ``frozendict`` in-place, but
141+
The update operator ``|=`` does not modify a ``frozendict`` in-place, but
142142
creates a new ``frozendict``::
143143

144144
>>> d = frozendict(x=1)

0 commit comments

Comments
 (0)