tweak docstring for web app entry point

This commit is contained in:
Lance Edgar 2025-01-14 17:49:11 -06:00
parent 532277dc27
commit 0b1b98d491

View file

@ -37,6 +37,6 @@ def make_wsgi_app():
def make_asgi_app(): def make_asgi_app():
""" """
Make and return the ASGI app. Make and return the ASGI app (generic entry point).
""" """
return base.make_asgi_app(main) return base.make_asgi_app(main)