File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
docker :
2
2
image : gcr.io/repo-automation-bots/owlbot-python:latest
3
- digest : sha256:4c981a6b6f2b8914a448d7b3a01688365be03e3ed26dfee399a6aa77fb112eaa
3
+ digest : sha256:0856ca711da1fd5ec9d6d7da6c50aa0bbf550fb94acb47b55159a640791987bf
Original file line number Diff line number Diff line change 1
1
.. note ::
2
2
3
- Because this client uses :mod: `grpcio ` library, it is safe to
3
+ Because this client uses :mod: `grpc ` library, it is safe to
4
4
share instances across threads. In multiprocessing scenarios, the best
5
5
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
7
7
:class: `multiprocessing.Process `.
You can’t perform that action at this time.
0 commit comments