Add missing docs for re module 'purge' function.
This commit is contained in:
parent
c653ce313f
commit
522c32a7e3
|
@ -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…
Reference in New Issue