Skip to content

Commit 6e1a745

Browse files
authored
PEP 768: Fix a small typo (#4171)
Fix a small typo
1 parent f8b3777 commit 6e1a745

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

peps/pep-0768.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ provides Python code to be executed when the interpreter reaches a safe point.
147147

148148
The value for ``MAX_SCRIPT_SIZE`` will be a trade-off between binary size and
149149
how big debugging scripts can be. As most of the logic should be in libraries
150-
and arbitrary code can be executed with very short ammount of Python we are
150+
and arbitrary code can be executed with very short amount of Python we are
151151
proposing to start with 4kb initially. This value can be extended in the future
152152
if we ever need to.
153153

0 commit comments

Comments
 (0)