Skip to content

Commit

Permalink
Fix simple typo: recusrive -> recursive (#366)
Browse files Browse the repository at this point in the history
Closes #365
  • Loading branch information
timgates42 committed Apr 2, 2020
1 parent 1295676 commit 6fc6ac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/globbing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Matching Files and Directories

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

.. note::
Expand Down

0 comments on commit 6fc6ac5

Please sign in to comment.