mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-01-24 16:24:18 +03:00
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:
parent
c052a86c7b
commit
e0ae975e5c
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user