We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1295676 commit 6fc6ac5Copy full SHA for 6fc6ac5
docs/source/globbing.rst
@@ -15,7 +15,7 @@ Matching Files and Directories
15
16
In a glob pattern, A ``*`` means match anything text in a filename. A ``?``
17
matches any single character. A ``**`` matches any number of subdirectories,
18
-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
19
only match directory paths, otherwise it will match files and directories.
20
21
.. note::
0 commit comments