You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-02 16:44:46 +08:00
Merge pull request #515 from willschlitzer/typo-fix-codefns
Fix typo for code_fns 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