From c6c207175c7c1be7af7a414975123b77d73f6003 Mon Sep 17 00:00:00 2001 From: malwaredllc <30509968+malwaredllc@users.noreply.github.com> Date: Wed, 5 Jan 2022 12:47:15 -0700 Subject: [PATCH] cleanup doc formatting --- docs/api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api.rst b/docs/api.rst index 25627bdf..aefb01bf 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -697,7 +697,7 @@ instead of the `view_func` parameter. of methods this rule should be limited to (``GET``, ``POST`` etc.). By default a rule just listens for ``GET`` (and implicitly ``HEAD``, although this can be disabled with the - keyword argument ```no_auto_head=True```). Starting with + keyword argument ``no_auto_head=True``). Starting with Flask 0.6, ``OPTIONS`` is implicitly added and handled by the standard request handling. They have to be specified as keyword arguments.