From: Benjamin Peterson Date: Fri, 13 Mar 2015 21:21:23 +0000 (-0500) Subject: __getslice__ certainly won't appear in the output X-Git-Tag: v3.5.0a3~179^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0d70ab6b8c1f4a391546b6a41a2ab441cf0b6c27;p=thirdparty%2FPython%2Fcpython.git __getslice__ certainly won't appear in the output --- diff --git a/Doc/library/modulefinder.rst b/Doc/library/modulefinder.rst index 97ace60179aa..0656b37de1ac 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 ---------------------------------------------------