summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKH <ganghe74@gmail.com>2023-09-06 09:06:41 (GMT)
committerGitHub <noreply@github.com>2023-09-06 09:06:41 (GMT)
commit44892b1c521c593a0ca23614ae27e96f846dd37c (patch)
tree1e7a3c580599e87cbc5dbaeefa75eea95fb6a344
parent65a2bce70421197605feeed3351a4577462aae06 (diff)
downloadcpython-44892b1c521c593a0ca23614ae27e96f846dd37c.zip
cpython-44892b1c521c593a0ca23614ae27e96f846dd37c.tar.gz
cpython-44892b1c521c593a0ca23614ae27e96f846dd37c.tar.bz2
Fix a typo in umarshal.py (#108803)
Co-authored-by: Kumar Aditya <kumaraditya@python.org>
-rw-r--r--Tools/build/umarshal.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/build/umarshal.py b/Tools/build/umarshal.py
index e05d93c..8198a17 100644
--- a/Tools/build/umarshal.py
+++ b/Tools/build/umarshal.py
@@ -1,4 +1,4 @@
-# Implementat marshal.loads() in pure Python
+# Implementation of marshal.loads() in pure Python
import ast