Skip to content

Commit 70bf2aa

Browse files
encukouskirpichev
andauthored
Remove extraneous word
Co-authored-by: Sergey B Kirpichev <skirpichev@gmail.com>
1 parent b9d2aea commit 70bf2aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

peps/pep-0820.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ modify the slot array, nor any data it points to (recursively).
335335
After the function is done, the user is allowed to modify or deallocate the
336336
array, and any data it points to (recursively), unless it's explicitly marked
337337
as "static" (see ``PySlot_STATIC`` below).
338-
This means the interpreter needs typically needs to make a copy of all data
338+
This means the interpreter typically needs to make a copy of all data
339339
in the struct, including ``char *`` text.
340340

341341

0 commit comments

Comments
 (0)