cleanup doc formatting
This commit is contained in:
parent
7a166f6082
commit
c6c207175c
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue