Skip to content

Commit b35cf7d

Browse files
change in document description.
1 parent 4b4a848 commit b35cf7d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

firestore/docs/index.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
.. note::
44

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

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

0 commit comments

Comments
 (0)