Kaydet (Commit) 05222914 authored tarafından Daniel Porteous's avatar Daniel Porteous Kaydeden (comit) Miss Islington (bot)

Fix tiny tiny typo in 3.8 what's new (GH-13049)



I feel silly even making such a tiny typo fix, but I couldn't help but notice it.
üst 5f2b3b03
......@@ -227,8 +227,8 @@ collections
-----------
The :meth:`_asdict()` method for :func:`collections.namedtuple` now returns
a :class:`dict` instead of a :class:`collections.OrderedDict`. This works because
regular dicts have guaranteed ordering in since Python 3.7. If the extra
a :class:`dict` instead of a :class:`collections.OrderedDict`. This works because
regular dicts have guaranteed ordering since Python 3.7. If the extra
features of :class:`OrderedDict` are required, the suggested remediation is
to cast the result to the desired type: ``OrderedDict(nt._asdict())``.
(Contributed by Raymond Hettinger in :issue:`35864`.)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment