Skip to content

Commit e0ae975

Browse files
mwiens91tomchristie
authored andcommitted
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.
1 parent c052a86 commit e0ae975

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api-guide/testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ directly.
209209

210210
Note that the requests client requires you to pass fully qualified URLs.
211211

212-
## `RequestsClient` and working with the database
212+
## RequestsClient and working with the database
213213

214214
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.
215215

0 commit comments

Comments
 (0)