summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2020-09-15 04:51:30 -0700
committerGitHub <noreply@github.com>2020-09-15 04:51:30 -0700
commit81bc7e0061a8c3461a9a8eccce9e01dcf51d07ae (patch)
tree5b81f4dfb8fb2cb350adda257da657f3af1e98c8
parentfcfe88c49034e4f5e6316a581ac57aaaf9613346 (diff)
downloadwaitress-81bc7e0061a8c3461a9a8eccce9e01dcf51d07ae.tar.gz
Fix syntax for inline literal
-rw-r--r--docs/arguments.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/arguments.rst b/docs/arguments.rst
index 22535a8..3822f2c 100644
--- a/docs/arguments.rst
+++ b/docs/arguments.rst
@@ -3,7 +3,7 @@
Arguments to ``waitress.serve``
-------------------------------
-Here are the arguments you can pass to the `waitress.serve`` function or use
+Here are the arguments you can pass to the ``waitress.serve`` function or use
in :term:`PasteDeploy` configuration (interchangeably):
host