Fix a badly formatted title in docs

While having code blocks in a title is valid Markdown, MkDocs does not
render it as expected. This removes a code block placed in a title.
This commit is contained in:
Matt Wiens 2018-07-20 17:54:50 -07:00
parent f404fda29c
commit 08348369d8

View File

@ -209,7 +209,7 @@ directly.
Note that the requests client requires you to pass fully qualified URLs.
## `RequestsClient` and working with the database
## RequestsClient and working with the database
The `RequestsClient` class is useful if you want to write tests that solely interact with the service interface. This is a little stricter than using the standard Django test client, as it means that all interactions should be via the API.