From 44892b1c521c593a0ca23614ae27e96f846dd37c Mon Sep 17 00:00:00 2001 From: KH Date: Wed, 6 Sep 2023 18:06:41 +0900 Subject: Fix a typo in umarshal.py (#108803) Co-authored-by: Kumar Aditya --- Tools/build/umarshal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v0.12