summaryrefslogtreecommitdiff
path: root/docs/topics/class-based-views/generic-editing.txt
diff options
context:
space:
mode:
authorAdam Zapletal <adamzap@gmail.com>2024-11-26 14:10:39 -0600
committerGitHub <noreply@github.com>2024-11-26 17:10:39 -0300
commit2e190a48d6ffda4f9f67df3657b835fa6075a25d (patch)
treede2a5b0d374baa74dffe905deb5cd5c6d66aa944 /docs/topics/class-based-views/generic-editing.txt
parent857b1048d53ebf5fc5581c110e85c212b81ca83a (diff)
Added missing backticks to class-based views docs.
Diffstat (limited to 'docs/topics/class-based-views/generic-editing.txt')
-rw-r--r--docs/topics/class-based-views/generic-editing.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/class-based-views/generic-editing.txt b/docs/topics/class-based-views/generic-editing.txt
index 4310ae9dcc..73d1e2eb8d 100644
--- a/docs/topics/class-based-views/generic-editing.txt
+++ b/docs/topics/class-based-views/generic-editing.txt
@@ -278,7 +278,7 @@ The above example assumes that if the client supports ``text/html``, that they
would prefer it. However, this may not always be true. When requesting a
``.css`` file, many browsers will send the header
``Accept: text/css,*/*;q=0.1``, indicating that they would prefer CSS, but
-anything else is fine. This means ``request.accepts("text/html") will be
+anything else is fine. This means ``request.accepts("text/html")`` will be
``True``.
To determine the correct format, taking into consideration the client's