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 4bfe645 commit b261251Copy full SHA for b261251
docs/api/asgi-lifespan.rst
@@ -0,0 +1,9 @@
1
+dependency_injector.ext.starlette
2
+=================================
3
+
4
+.. automodule:: dependency_injector.ext.starlette
5
+ :members:
6
+ :inherited-members:
7
+ :show-inheritance:
8
9
+.. disqus::
docs/providers/resource.rst
@@ -314,7 +314,7 @@ And to initialize all resources you can use ``init_resources()`` and ``shutdown_
314
# >>> Shutdown generic
315
316
317
-It works using the :ref:`traverse` method to find all resources of the specified type, selecting all resources
+It works using the ``traverse()`` method to find all resources of the specified type, selecting all resources
318
which are instances of the specified type.
319
320
0 commit comments