From 0d70ab6b8c1f4a391546b6a41a2ab441cf0b6c27 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Fri, 13 Mar 2015 16:21:23 -0500 Subject: __getslice__ certainly won't appear in the output --- Doc/library/modulefinder.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 --------------------------------------------------- -- cgit v0.12