Skip to content

Commit 8d8bc51

Browse files
docs: fix broken links in multiprocessing.rst (googleapis#195)
gcr.io/repo-automation-bots/owlbot-python:latest@sha256:0856ca711da1fd5ec9d6d7da6c50aa0bbf550fb94acb47b55159a640791987bf
1 parent f2600cc commit 8d8bc51

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/.OwlBot.lock.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
docker:
22
image: gcr.io/repo-automation-bots/owlbot-python:latest
3-
digest: sha256:4c981a6b6f2b8914a448d7b3a01688365be03e3ed26dfee399a6aa77fb112eaa
3+
digest: sha256:0856ca711da1fd5ec9d6d7da6c50aa0bbf550fb94acb47b55159a640791987bf

docs/multiprocessing.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. note::
22

3-
Because this client uses :mod:`grpcio` library, it is safe to
3+
Because this client uses :mod:`grpc` library, it is safe to
44
share instances across threads. In multiprocessing scenarios, the best
55
practice is to create client instances *after* the invocation of
6-
:func:`os.fork` by :class:`multiprocessing.Pool` or
6+
:func:`os.fork` by :class:`multiprocessing.pool.Pool` or
77
:class:`multiprocessing.Process`.

0 commit comments

Comments
 (0)