Skip to content

Commit 0a97941

Browse files
authored
GH-139686: Update versionchanged directive to 'next' in importlib (GH-142649)
An oversight when merging 57db125 .
1 parent 57db125 commit 0a97941

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/importlib.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ Functions
210210
:exc:`ModuleNotFoundError` is raised when the module being reloaded lacks
211211
a :class:`~importlib.machinery.ModuleSpec`.
212212

213-
.. versionchanged:: 3.14
213+
.. versionchanged:: next
214214
If *module* is a lazy module that has not yet been materialized (i.e.,
215215
loaded via :class:`importlib.util.LazyLoader` and not yet accessed),
216216
calling :func:`reload` is a no-op and returns the module unchanged.

0 commit comments

Comments
 (0)