Skip to content

Commit 6fc6ac5

Browse files
authored
Fix simple typo: recusrive -> recursive (#366)
Closes #365
1 parent 1295676 commit 6fc6ac5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/globbing.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Matching Files and Directories
1515

1616
In a glob pattern, A ``*`` means match anything text in a filename. A ``?``
1717
matches any single character. A ``**`` matches any number of subdirectories,
18-
making the glob *recusrive*. If the glob pattern ends in a ``/``, it will
18+
making the glob *recursive*. If the glob pattern ends in a ``/``, it will
1919
only match directory paths, otherwise it will match files and directories.
2020

2121
.. note::

0 commit comments

Comments
 (0)