Issue #25523: Merge a-to-an corrections from 3.4.

This commit is contained in:
Serhiy Storchaka 2015-11-02 14:39:05 +02:00
commit a84f6c3dd3
34 changed files with 39 additions and 39 deletions

View file

@ -192,7 +192,7 @@ process more convenient:
number is specified, :data:`HIGHEST_PROTOCOL` is selected.
The *file* argument must have a write() method that accepts a single bytes
argument. It can thus be an on-disk file opened for binary writing, a
argument. It can thus be an on-disk file opened for binary writing, an
:class:`io.BytesIO` instance, or any other custom object that meets this
interface.
@ -288,7 +288,7 @@ The :mod:`pickle` module exports two classes, :class:`Pickler` and
number is specified, :data:`HIGHEST_PROTOCOL` is selected.
The *file* argument must have a write() method that accepts a single bytes
argument. It can thus be an on-disk file opened for binary writing, a
argument. It can thus be an on-disk file opened for binary writing, an
:class:`io.BytesIO` instance, or any other custom object that meets this
interface.