Skip to content

Commit 83ed8bf

Browse files
authored
consistent wording between the two docstrings
1 parent cf92fb7 commit 83ed8bf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Lib/glob.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,9 @@ def glob(pathname, *, root_dir=None, dir_fd=None, recursive=False,
2727
2828
If `root_dir` is not None, it should be a path-like object specifying the
2929
root directory for searching. It has the same effect as changing the
30-
current directory before calling it. If pathname is relative, the
31-
result will contain paths relative to `root_dir`.
30+
current directory before calling it (without actually
31+
changing it). If pathname is relative, the result will contain
32+
paths relative to `root_dir`.
3233
3334
If `dir_fd` is not None, it should be a file descriptor referring to a
3435
directory, and paths will then be relative to that directory.

0 commit comments

Comments
 (0)