Skip to content

Commit

Permalink
Fix default value in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
barneygale committed Jul 13, 2023
1 parent da9948d commit a07118b
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 @@ -82,7 +82,7 @@ cache the compiled regex patterns in the following functions: :func:`fnmatch`,
``[n for n in names if fnmatch(n, pattern)]``, but implemented more efficiently.


.. function:: translate(pattern, seps='')
.. function:: translate(pattern, seps=None)

Return the shell-style *pattern* converted to a regular expression for
using with :func:`re.match`.
Expand Down

0 comments on commit a07118b

Please sign in to comment.