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 a539654..3dfec2d 100644
--- a/Doc/library/fnmatch.rst
+++ b/Doc/library/fnmatch.rst
@@ -77,7 +77,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: