diff options
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/fnmatch.rst | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Doc/library/fnmatch.rst b/Doc/library/fnmatch.rst index 49073c5..0352b52 100644 --- a/Doc/library/fnmatch.rst +++ b/Doc/library/fnmatch.rst @@ -84,13 +84,6 @@ patterns. <_sre.SRE_Match object at 0x...> -.. function:: purge() - - Clear the internal pattern cache. - - .. versionadded:: 3.2 - - .. seealso:: Module :mod:`glob` |