PEP 768: Fix a small typo (#4171)

Fix a small typo
This commit is contained in:
Barry Warsaw 2024-12-14 12:51:14 -08:00 committed by GitHub
parent f8b3777ea0
commit 6e1a745073
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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.