Skip to content

Commit 3b982d4

Browse files
committed
Fix typo for function docstring
1 parent 521c983 commit 3b982d4

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)