__getslice__ certainly won't appear in the output
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 @@
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
---------------------------------------------------