From: KH Date: Wed, 6 Sep 2023 09:06:41 +0000 (+0900) Subject: Fix a typo in umarshal.py (#108803) X-Git-Tag: v3.13.0a1~593 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=44892b1c521c593a0ca23614ae27e96f846dd37c;p=thirdparty%2FPython%2Fcpython.git Fix a typo in umarshal.py (#108803) Co-authored-by: Kumar Aditya --- diff --git a/Tools/build/umarshal.py b/Tools/build/umarshal.py index e05d93cf23c9..8198a1780b8d 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