Skip to content

Commit

Permalink
docs: fix API reference for asgi_types scopes
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Oct 18, 2024
1 parent 6f79fb3 commit 735053a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/reference/types.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
types
=====

.. py:currentmodule:: litestar.types
.. module:: litestar.types



Expand Down Expand Up @@ -58,15 +58,15 @@ ASGI Application Parameters
ASGI Scopes
~~~~~~~~~~~~

.. autodata:: litestar.types.ASGIVersion
.. autoclass:: litestar.types.ASGIVersion

.. autodata:: litestar.types.BaseScope
.. autoclass:: litestar.types.BaseScope

.. autodata:: litestar.types.HTTPScope
.. autoclass:: litestar.types.HTTPScope

.. autodata:: litestar.types.LifeSpanScope
.. autoclass:: litestar.types.LifeSpanScope

.. autodata:: litestar.types.WebSocketScope
.. autoclass:: litestar.types.WebSocketScope


ASGI Events
Expand Down

0 comments on commit 735053a

Please sign in to comment.