diff options
author | Benjamin Peterson <benjamin@python.org> | 2015-03-13 21:21:23 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2015-03-13 21:21:23 (GMT) |
commit | 0d70ab6b8c1f4a391546b6a41a2ab441cf0b6c27 (patch) | |
tree | 2007f003f5ec03c7a63db7cbaaf8148a7f6e1011 /Doc/library/modulefinder.rst | |
parent | 2645bad04ff9ebbbda6fcf26282ac3af36f5e772 (diff) | |
download | cpython-0d70ab6b8c1f4a391546b6a41a2ab441cf0b6c27.zip cpython-0d70ab6b8c1f4a391546b6a41a2ab441cf0b6c27.tar.gz cpython-0d70ab6b8c1f4a391546b6a41a2ab441cf0b6c27.tar.bz2 |
__getslice__ certainly won't appear in the output
Diffstat (limited to 'Doc/library/modulefinder.rst')
-rw-r--r-- | Doc/library/modulefinder.rst | 2 |
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 --------------------------------------------------- |