Browse Source

Added missing backticks to class-based views docs.

Adam Zapletal 3 months ago
parent
commit
2e190a48d6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/topics/class-based-views/generic-editing.txt

+ 1 - 1
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