Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0d70ab6

Browse files
committed
__getslice__ certainly won't appear in the output
1 parent 2645bad commit 0d70ab6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/modulefinder.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Sample output (may vary depending on the architecture)::
104104
re: __module__,finditer,_expand
105105
itertools:
106106
__main__: re,itertools,baconhameggs
107-
sre_parse: __getslice__,_PATTERNENDERS,SRE_FLAG_UNICODE
107+
sre_parse: _PATTERNENDERS,SRE_FLAG_UNICODE
108108
array:
109109
types: __module__,IntType,TypeType
110110
---------------------------------------------------

0 commit comments

Comments
 (0)