Fix a typo in umarshal.py (#108803)

Co-authored-by: Kumar Aditya <kumaraditya@python.org>
This commit is contained in:
KH 2023-09-06 18:06:41 +09:00 committed by GitHub
parent 65a2bce704
commit 44892b1c52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# Implementat marshal.loads() in pure Python
# Implementation of marshal.loads() in pure Python
import ast