mirror of https://github.com/python/cpython
Fix a typo in umarshal.py (#108803)
Co-authored-by: Kumar Aditya <kumaraditya@python.org>
This commit is contained in:
parent
65a2bce704
commit
44892b1c52
|
@ -1,4 +1,4 @@
|
|||
# Implementat marshal.loads() in pure Python
|
||||
# Implementation of marshal.loads() in pure Python
|
||||
|
||||
import ast
|
||||
|
||||
|
|
Loading…
Reference in New Issue