From d2ce661e9d9f7fd63ab567058cd94ccdcab7e03e Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Sat, 14 Dec 2024 12:06:12 -0800 Subject: [PATCH] Fix a small typo --- peps/pep-0768.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/peps/pep-0768.rst b/peps/pep-0768.rst index 7dbab864a71..113db96096d 100644 --- a/peps/pep-0768.rst +++ b/peps/pep-0768.rst @@ -147,7 +147,7 @@ provides Python code to be executed when the interpreter reaches a safe point. The value for ``MAX_SCRIPT_SIZE`` will be a trade-off between binary size and how big debugging scripts can be. As most of the logic should be in libraries -and arbitrary code can be executed with very short ammount of Python we are +and arbitrary code can be executed with very short amount of Python we are proposing to start with 4kb initially. This value can be extended in the future if we ever need to.