Issue #22949: Documented that fnmatch.translate() is for use with re.match().
diff --git a/Doc/library/fnmatch.rst b/Doc/library/fnmatch.rst
index 85ac484..9fc9c7c 100644
--- a/Doc/library/fnmatch.rst
+++ b/Doc/library/fnmatch.rst
@@ -74,7 +74,8 @@
 
 .. function:: translate(pattern)
 
-   Return the shell-style *pattern* converted to a regular expression.
+   Return the shell-style *pattern* converted to a regular expression for
+   using with :func:`re.match`.
 
    Example: