Fix a badly formatted title in docs (#6089)

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 2019-01-08 04:07:00 -08:00 committed by Tom Christie
parent c052a86c7b
commit e0ae975e5c

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.