summaryrefslogtreecommitdiffstats
path: root/Doc/library/modulefinder.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library/modulefinder.rst')
-rw-r--r--Doc/library/modulefinder.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/modulefinder.rst b/Doc/library/modulefinder.rst
index 97ace60..0656b37 100644
--- a/Doc/library/modulefinder.rst
+++ b/Doc/library/modulefinder.rst
@@ -104,7 +104,7 @@ Sample output (may vary depending on the architecture)::
re: __module__,finditer,_expand
itertools:
__main__: re,itertools,baconhameggs
- sre_parse: __getslice__,_PATTERNENDERS,SRE_FLAG_UNICODE
+ sre_parse: _PATTERNENDERS,SRE_FLAG_UNICODE
array:
types: __module__,IntType,TypeType
---------------------------------------------------