tweak docstring for web app entry point
This commit is contained in:
parent
532277dc27
commit
0b1b98d491
|
@ -37,6 +37,6 @@ def make_wsgi_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)
|
||||
|
|
Loading…
Reference in a new issue