mirror of
https://github.com/python/cpython.git
synced 2026-04-06 20:01:13 +00:00
Add missing docs for re module 'purge' function.
This commit is contained in:
parent
c653ce313f
commit
522c32a7e3
1 changed files with 5 additions and 0 deletions
|
|
@ -692,6 +692,11 @@ form.
|
|||
metacharacters in it.
|
||||
|
||||
|
||||
.. function:: purge()
|
||||
|
||||
Clear the regular expression cache.
|
||||
|
||||
|
||||
.. exception:: error
|
||||
|
||||
Exception raised when a string passed to one of the functions here is not a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue