Fix RST markup in v2 API developer documentation

Change-Id: I3680394a86d8f57cfe227bb9518e182ec26b7586
This commit is contained in:
Luka Peschke 2019-08-22 14:15:51 +02:00
parent 2f4acdce4a
commit a0ec144b75
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ the hashmap module's resources should be a Flask-RESTful resource (eg.
* A ``MyResource`` resource with support for ``GET``, ``POST``
and ``PUT`` HTTP methods on the ``/myresource/<uuid:>`` route.
* A ``MyResourceList`` resource with support for the ``GET``HTTP
* A ``MyResourceList`` resource with support for the ``GET`` HTTP
method on the ``/myresource`` route.
* A blueprint containing these resources.