Skip to content

Commit 14bba54

Browse files
changes in document as recommended
1 parent 8a500e9 commit 14bba54

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

firestore/docs/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
Because the firestore client uses :mod:`grpc` library and the third-party
66
:mod:`requests` library, it is safe to share instances across threads.
7-
In multiprocessing scenarios, best practice is to create client instances *after*
8-
:class:`multiprocessing.Pool` or :class:`multiprocessing.Process` invokes
9-
:func:`os.fork`.
7+
In multiprocessing scenarios, the best practice is to create client
8+
instances *after* the invocation of :func:`os.fork` by
9+
:class:`multiprocessing.Pool` or :class:`multiprocessing.Process`.
1010

1111
API Reference
1212
-------------

0 commit comments

Comments
 (0)