Skip to content

Commit b261251

Browse files
committed
Fix Sphinx warning
1 parent 4bfe645 commit b261251

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

docs/api/asgi-lifespan.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ And to initialize all resources you can use ``init_resources()`` and ``shutdown_
314314
# >>> Shutdown generic
315315
316316
317-
It works using the :ref:`traverse` method to find all resources of the specified type, selecting all resources
317+
It works using the ``traverse()`` method to find all resources of the specified type, selecting all resources
318318
which are instances of the specified type.
319319

320320

0 commit comments

Comments
 (0)