mirror of
https://github.com/python/cpython.git
synced 2025-08-22 17:55:18 +00:00
Added missing names to __all__.
This commit is contained in:
parent
2b9bfb33ff
commit
39f02f98f5
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ Class Differ:
|
|||
"""
|
||||
|
||||
__all__ = ['get_close_matches', 'ndiff', 'restore', 'SequenceMatcher',
|
||||
'Differ']
|
||||
'Differ','IS_CHARACTER_JUNK', 'IS_LINE_JUNK']
|
||||
|
||||
class SequenceMatcher:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue