mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +00:00
Remove duplication.
This commit is contained in:
parent
7a15390f83
commit
1e87da16ea
29 changed files with 33 additions and 33 deletions
|
|
@ -1494,7 +1494,7 @@ itself. This means, for example, that one shared object can contain a second:
|
|||
a new shared object -- see documentation for the *method_to_typeid*
|
||||
argument of :meth:`BaseManager.register`.
|
||||
|
||||
If an exception is raised by the call, then then is re-raised by
|
||||
If an exception is raised by the call, then is re-raised by
|
||||
:meth:`_callmethod`. If some other exception is raised in the manager's
|
||||
process then this is converted into a :exc:`RemoteError` exception and is
|
||||
raised by :meth:`_callmethod`.
|
||||
|
|
@ -1617,7 +1617,7 @@ with the :class:`Pool` class.
|
|||
|
||||
The *chunksize* argument is the same as the one used by the :meth:`.map`
|
||||
method. For very long iterables using a large value for *chunksize* can
|
||||
make make the job complete **much** faster than using the default value of
|
||||
make the job complete **much** faster than using the default value of
|
||||
``1``.
|
||||
|
||||
Also if *chunksize* is ``1`` then the :meth:`!next` method of the iterator
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue