Skip to content

Commit 51cdab4

Browse files
encukoujohnslavik
andauthored
Link LazyImportType in NEWS
Co-authored-by: Bartosz Sławecki <bartosz@ilikepython.com>
1 parent 7e4ffa8 commit 51cdab4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
:meth:`annotationlib.ForwardRef.evaluate` now resolves :ref:`lazy import
22
<lazy-imports>` proxies found in the namespace. With
33
:attr:`~annotationlib.Format.FORWARDREF`, a lazy import that fails to resolve
4-
now results in a :class:`~annotationlib.ForwardRef` instead of the lazy import
5-
proxy, and with :attr:`~annotationlib.Format.VALUE` the underlying exception is
4+
now results in a :class:`~annotationlib.ForwardRef` instead of the
5+
:class:`lazy import proxy <types.LazyImportType>`, and with :attr:`~annotationlib.Format.VALUE` the underlying exception is
66
propagated.

0 commit comments

Comments
 (0)