We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2600cc commit 8d8bc51Copy full SHA for 8d8bc51
.github/.OwlBot.lock.yaml
@@ -1,3 +1,3 @@
1
docker:
2
image: gcr.io/repo-automation-bots/owlbot-python:latest
3
- digest: sha256:4c981a6b6f2b8914a448d7b3a01688365be03e3ed26dfee399a6aa77fb112eaa
+ digest: sha256:0856ca711da1fd5ec9d6d7da6c50aa0bbf550fb94acb47b55159a640791987bf
docs/multiprocessing.rst
@@ -1,7 +1,7 @@
.. note::
- Because this client uses :mod:`grpcio` library, it is safe to
+ Because this client uses :mod:`grpc` library, it is safe to
4
share instances across threads. In multiprocessing scenarios, the best
5
practice is to create client instances *after* the invocation of
6
- :func:`os.fork` by :class:`multiprocessing.Pool` or
+ :func:`os.fork` by :class:`multiprocessing.pool.Pool` or
7
:class:`multiprocessing.Process`.
0 commit comments