You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
Fix typo for function docstring
This commit is contained in:
@@ -41,7 +41,7 @@ from uncompyle6.scanner import get_scanner
|
||||
|
||||
def disco(version, co, out=None, is_pypy=False):
|
||||
"""
|
||||
diassembles and deparses a given code block ``co``.
|
||||
disassembles and deparses a given code block ``co``.
|
||||
"""
|
||||
|
||||
assert iscode(co)
|
||||
|
Reference in New Issue
Block a user