]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix a typo in umarshal.py (#108803)
authorKH <ganghe74@gmail.com>
Wed, 6 Sep 2023 09:06:41 +0000 (18:06 +0900)
committerGitHub <noreply@github.com>
Wed, 6 Sep 2023 09:06:41 +0000 (09:06 +0000)
Co-authored-by: Kumar Aditya <kumaraditya@python.org>
Tools/build/umarshal.py

index e05d93cf23c921bea1157904deebefbf61e7a164..8198a1780b8dad7e595dc41ba4003eba5c9a7678 100644 (file)
@@ -1,4 +1,4 @@
-# Implementat marshal.loads() in pure Python
+# Implementation of marshal.loads() in pure Python
 
 import ast