Merge pull request #515 from willschlitzer/typo-fix-codefns

Fix typo for code_fns function docstring
This commit is contained in:
R. Bernstein
2025-06-08 07:41:57 -04:00
committed by GitHub

View File

@@ -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)