Skip to content

Commit 6de14de

Browse files
authored
chore(inspect): fix a docs build issue + misc tweaks (#2597)
* chore(inspect): fix a docs build issue by providing the correct type * docs(asgilook): recommend uvicorn[standard] (includes yaml for conf)
1 parent 15e17cf commit 6de14de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/user/tutorial-asgi.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ include:
8383
For a simple tutorial application like ours, any of the above should do.
8484
Let's pick the popular ``uvicorn`` for now::
8585

86-
$ pip install uvicorn
86+
$ pip install uvicorn[standard]
8787

8888
See also: :ref:`ASGI Server Installation <install_asgi_server>`.
8989

falcon/inspect.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ class ErrorHandlerInfo(_Traversable):
382382
"""Describes an error handler.
383383
384384
Args:
385-
error (name): The name of the error type.
385+
error (str): The name of the error type.
386386
name (str): The name of the handler.
387387
source_info (str): The source path where this error handler was defined.
388388
internal (bool): Whether or not this is a default error handler added by

0 commit comments

Comments
 (0)