Issue #25523: Further a-to-an corrections new in 3.5.

This commit is contained in:
Serhiy Storchaka 2015-11-02 14:40:41 +02:00
parent a84f6c3dd3
commit f51d715845
4 changed files with 4 additions and 4 deletions

View file

@ -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::