Skip to content

Commit

Permalink
Fix a badly formatted title in docs (encode#6089)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
mwiens91 authored and Pierre Chiquet committed Mar 24, 2020
1 parent 168027e commit f1433fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api-guide/testing.md
Expand Up @@ -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.

Expand Down

0 comments on commit f1433fc

Please sign in to comment.