cleanup doc formatting

This commit is contained in:
malwaredllc 2022-01-05 12:47:15 -07:00
parent 7a166f6082
commit c6c207175c

View file

@ -697,7 +697,7 @@ instead of the `view_func` parameter.
of methods this rule should be limited to (``GET``, ``POST`` of methods this rule should be limited to (``GET``, ``POST``
etc.). By default a rule just listens for ``GET`` (and etc.). By default a rule just listens for ``GET`` (and
implicitly ``HEAD``, although this can be disabled with the 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 Flask 0.6, ``OPTIONS`` is implicitly added and handled by
the standard request handling. They have to be specified the standard request handling. They have to be specified
as keyword arguments. as keyword arguments.