Skip to content

Commit 9f641e9

Browse files
committed
fix still broken ref in NEWS entry
1 parent a86ddb4 commit 9f641e9

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
The built-in ``defaultdict.__missing__`` method no longer exists. A custom
2-
:meth:`~object.__missing__` method should no longer insert the generated value
3-
into the dictionary, as this is done by the new :meth:`defaultdict.__getitem__`
4-
method. defaultdict is now safe to use with :term:`free threading`.
1+
The built-in ``defaultdict.__missing__`` method no longer exists. A custom :meth:`~object.__missing__`
2+
method should no longer insert the generated value into the dictionary, as this is done by the new
3+
:meth:`~collections.defaultdict.__getitem__` method. defaultdict is now safe to use with
4+
:term:`free threading`.

0 commit comments

Comments
 (0)