mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
Issue #25523: Further a-to-an corrections new in 3.5.
This commit is contained in:
parent
a84f6c3dd3
commit
f51d715845
4 changed files with 4 additions and 4 deletions
|
|
@ -38,7 +38,7 @@ For example, ``'[?]'`` matches the character ``'?'``.
|
|||
symlinks are included in the results (as in the shell).
|
||||
|
||||
If *recursive* is true, the pattern "``**``" will match any files and zero or
|
||||
more directories and subdirectories. If the pattern is followed by a
|
||||
more directories and subdirectories. If the pattern is followed by an
|
||||
``os.sep``, only directories and subdirectories match.
|
||||
|
||||
.. note::
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue