Skip to content

Commit 7cc555f

Browse files
committed
Fix version number
1 parent 74aed76 commit 7cc555f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/glob.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ The :mod:`glob` module defines the following functions:
8484
.. versionchanged:: 3.11
8585
Added the *include_hidden* parameter.
8686

87-
.. versionchanged:: 3.14
87+
.. versionchanged:: 3.15
8888
Matching path names are returned only once. In previous versions, this
8989
function may return duplicate path names if *pathname* contains multiple
9090
"``**``" patterns and *recursive* is true.
@@ -108,7 +108,7 @@ The :mod:`glob` module defines the following functions:
108108
.. versionchanged:: 3.11
109109
Added the *include_hidden* parameter.
110110

111-
.. versionchanged:: 3.14
111+
.. versionchanged:: 3.15
112112
Matching path names are yielded only once. In previous versions, this
113113
function may yield duplicate path names if *pathname* contains multiple
114114
"``**``" patterns and *recursive* is true.

0 commit comments

Comments
 (0)