File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ include:
8383For a simple tutorial application like ours, any of the above should do.
8484Let's pick the popular ``uvicorn `` for now::
8585
86- $ pip install uvicorn
86+ $ pip install uvicorn[standard]
8787
8888See also: :ref: `ASGI Server Installation <install_asgi_server >`.
8989
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments