Skip to content

Commit fa31714

Browse files
committed
Fix a minor typo
1 parent ad919ce commit fa31714

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

peps/pep-0782.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ strategy is to allocate a short buffer and extend it (to the exact size)
5454
each time a larger write is needed.
5555

5656
This strategy is inefficient because it requires to enlarge the buffer
57-
multiple timess. It's more efficient to overallocate the buffer the
57+
multiple times. It's more efficient to overallocate the buffer the
5858
first time that a larger write is needed. It reduces the number of
5959
expensive ``realloc()`` operations which can imply a memory copy.
6060

0 commit comments

Comments
 (0)