Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcf622e commit a65a474Copy full SHA for a65a474
1 file changed
Doc/library/fnmatch.rst
@@ -74,7 +74,8 @@ patterns.
74
75
.. function:: translate(pattern)
76
77
- Return the shell-style *pattern* converted to a regular expression.
+ Return the shell-style *pattern* converted to a regular expression for
78
+ using with :func:`re.match`.
79
80
Example:
81
0 commit comments