Skip to content

Commit 9843b6a

Browse files
committed
Address review feedback
1 parent 51515ce commit 9843b6a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Doc/library/glob.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ The :mod:`glob` module defines the following functions:
8787
.. versionchanged:: next
8888
Matching path names are only returned once. In previous versions, this
8989
function could have returned duplicate path names if *pathname*
90-
contained multiple "``**``" patterns and *recursive* was true.
90+
contained multiple "``**``" patterns and *recursive* was true.
9191

9292

9393
.. function:: iglob(pathname, *, root_dir=None, dir_fd=None, recursive=False, \
@@ -108,10 +108,10 @@ The :mod:`glob` module defines the following functions:
108108
.. versionchanged:: 3.11
109109
Added the *include_hidden* parameter.
110110

111-
.. versionchanged:: 3.15
111+
.. versionchanged:: next
112112
Matching path names are only yielded once. In previous versions, this
113113
function could have returned duplicate path names if *pathname*
114-
contained multiple "``**``" patterns and *recursive* was true.
114+
contained multiple "``**``" patterns and *recursive* was true.
115115

116116

117117
.. function:: escape(pathname)

0 commit comments

Comments
 (0)