Issue #27125: Merge typo fixes from 3.5

This commit is contained in:
Martin Panter 2016-05-30 05:24:49 +00:00
commit e514093a2f
17 changed files with 20 additions and 21 deletions

View file

@ -573,7 +573,7 @@ typedef struct PicklerObject {
int bin; /* Boolean, true if proto > 0 */
int framing; /* True when framing is enabled, proto >= 4 */
Py_ssize_t frame_start; /* Position in output_buffer where the
where the current frame begins. -1 if there
current frame begins. -1 if there
is no frame currently open. */
Py_ssize_t buf_size; /* Size of the current buffered pickle data */