Skip to content

Commit fec74e8

Browse files
authored
Fix inline code in NEWS entry
Switch from single to double backticks for inline code.
1 parent cc9bfc9 commit fec74e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Causes the `popitem` method for `collections.UserDict` to pop in last-in, first-out order rather than first-in, first-out. The former has been the default for `dict` instances since Python 3.7, so this change will make subclasses of `UserDict` behave more similarly to `dict`.
1+
Causes the ``popitem`` method for ``collections.UserDict`` to pop in last-in, first-out order rather than first-in, first-out. The former has been the default for ``dict`` instances since Python 3.7, so this change will make subclasses of `UserDict` behave more like ``dict``.

0 commit comments

Comments
 (0)