diff options
Diffstat (limited to 'Doc/library/linecache.rst')
-rw-r--r-- | Doc/library/linecache.rst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Doc/library/linecache.rst b/Doc/library/linecache.rst index f3d8379..1aef2f3 100644 --- a/Doc/library/linecache.rst +++ b/Doc/library/linecache.rst @@ -28,9 +28,6 @@ The :mod:`linecache` module defines the following functions: ``__loader__`` in *module_globals*, in case the module was imported from a zipfile or other non-filesystem import source. - .. versionadded:: 2.5 - The *module_globals* parameter was added. - .. function:: clearcache() |