We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c317f7 commit ea354b7Copy full SHA for ea354b7
docs/api.rst
@@ -1,12 +1,14 @@
1
Injector API reference
2
======================
3
4
-.. notice:: Unless specified otherwise, instance methods are **not** thread safe.
+.. note::
5
6
-The following functions are thread safe:
+ Unless specified otherwise, instance methods are **not** thread safe.
7
8
-- :meth:`Injector.get`
9
-- injection provided by :func:`inject` decorator (please note, however, that it doesn't say anything about decorated function thread safety)
+ The following functions are thread safe:
+
10
+ * :meth:`Injector.get`
11
+ * injection provided by :func:`inject` decorator (please note, however, that it doesn't say anything about decorated function thread safety)
12
13
14
.. automodule:: injector
0 commit comments