Skip to content

Commit

Permalink
PEP 768: Fix a small typo (#4171)
Browse files Browse the repository at this point in the history
Fix a small typo
  • Loading branch information
warsaw authored Dec 14, 2024
1 parent f8b3777 commit 6e1a745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion peps/pep-0768.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 6e1a745

Please sign in to comment.