Skip to content

Commit bc1a3c7

Browse files
authored
Update Doc/library/fnmatch.rst
1 parent 02b422c commit bc1a3c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/fnmatch.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ cache the compiled regex patterns in the following functions: :func:`fnmatch`,
9191
It is the same as ``[n for n in names if not fnmatch(n, pat)]``,
9292
but implemented more efficiently.
9393

94-
.. versionadded:: 3.14
94+
.. versionadded:: next
9595

9696

9797
.. function:: translate(pat)

0 commit comments

Comments
 (0)