Skip to content

Commit 9067d50

Browse files
authored
Merge pull request rocky#515 from willschlitzer/typo-fix-codefns
Fix typo for code_fns function docstring
2 parents 521c983 + 3b982d4 commit 9067d50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

uncompyle6/code_fns.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141

4242
def disco(version, co, out=None, is_pypy=False):
4343
"""
44-
diassembles and deparses a given code block ``co``.
44+
disassembles and deparses a given code block ``co``.
4545
"""
4646

4747
assert iscode(co)

0 commit comments

Comments
 (0)