Skip to content
Snippets Groups Projects
Commit 0e562e74 authored by Sam Roberts's avatar Sam Roberts
Browse files

fix a formatting typo in protocol docs

parent 995bf783
No related branches found
No related tags found
No related merge requests found
...@@ -7,11 +7,11 @@ This module implements a Flask-based webservice which ...@@ -7,11 +7,11 @@ This module implements a Flask-based webservice which
communicates with clients over HTTP. communicates with clients over HTTP.
Responses to valid requests are returned as JSON messages. Responses to valid requests are returned as JSON messages.
The server will therefore return an error unless The server will therefore return an error unless
`application/json` is in the `Accept` request header field. ``application/json`` is in the ``Accept`` request header field.
HTTP communication and JSON grammar details are HTTP communication and JSON grammar details are
beyond the scope of this document. beyond the scope of this document.
Please refer to [RFC 2616](https://tools.ietf.org/html/rfc2616) Please refer to `RFC 2616 <https://tools.ietf.org/html/rfc2616>`_
and www.json.org for more details. and www.json.org for more details.
.. contents:: :local: .. contents:: :local:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment