Skip to content

Commit

Permalink
Update Doc/library/fnmatch.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
  • Loading branch information
barneygale and jaraco authored Aug 4, 2023
1 parent 5b620fb commit 51f2698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/fnmatch.rst
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ cache the compiled regex patterns in the following functions: :func:`fnmatch`,
<re.Match object; span=(0, 10), match='foobar.txt'>

A path separator character may be supplied to the *sep* argument. If given,
the separator is sed to split the pattern into segments, where:
the separator is used to split the pattern into segments, where:

- A ``*`` pattern segment matches precisely one path segment.
- A ``**`` pattern segment matches any number of path segments.
Expand Down

0 comments on commit 51f2698

Please sign in to comment.