Skip to content

Commit a116d94

Browse files
committed
Errant tabs
1 parent 9843b6a commit a116d94

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
@@ -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, \
@@ -111,7 +111,7 @@ The :mod:`glob` module defines the following functions:
111111
.. 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)