We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad919ce commit fa31714Copy full SHA for fa31714
peps/pep-0782.rst
@@ -54,7 +54,7 @@ strategy is to allocate a short buffer and extend it (to the exact size)
54
each time a larger write is needed.
55
56
This strategy is inefficient because it requires to enlarge the buffer
57
-multiple timess. It's more efficient to overallocate the buffer the
+multiple times. It's more efficient to overallocate the buffer the
58
first time that a larger write is needed. It reduces the number of
59
expensive ``realloc()`` operations which can imply a memory copy.
60
0 commit comments