Skip to content

Commit

Permalink
Fix Python serving docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gvdongen committed Sep 9, 2024
1 parent d8b5a6a commit c663b72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/develop/python/serving.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The templates and examples use [Hypercorn](https://pypi.org/project/Hypercorn/)
You can run them as follows:

```shell
python -m hypercorn --config hypercorn-config.toml -b localhost:9080 example:app
python -m hypercorn --config hypercorn-config.toml example:app
```

## Validating request identity
Expand Down

0 comments on commit c663b72

Please sign in to comment.