Skip to content

Commit fa2a5f1

Browse files
chemelnucfintseaver
authored andcommitted
Fix usage.rst multiprocessing docs in spanner (googleapis#5739)
Closes googleapis#5724.
1 parent 672f1ee commit fa2a5f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/spanner/usage.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ Configuration
9898
Warnings about Multiprocessing
9999
-------------------------------------------------
100100
- When using multiprocessing, the application may hang if a
101-
:class:~google.cloud.spanner_v1.client.Client instance is created before
102-
:class:multiprocessing.Pool or :class:multiprocessing.Process invokes :func:os.fork.
101+
:class:`Client <google.cloud.spanner_v1.client.Client>` instance is created before
102+
:class:`multiprocessing.Pool` or :class:`multiprocessing.Process` invokes :func:`os.fork`.
103103
The issue is under investigation, but may be only happening on Macintosh and not Linux.
104104
See `GRPC/GRPC#12455 <https://github.com/grpc/grpc/issues/12455#issuecomment-348578950>`_ for more information.
105105

0 commit comments

Comments
 (0)