Skip to content

Commit b7cc19d

Browse files
committed
minor #5715 Add missing code tag (zatikbalazs)
This PR was submitted for the 2.7 branch but it was merged into the 2.3 branch instead (closes #5715). Discussion ---------- Add missing code tag | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | all | Fixed tickets | - Commits ------- cb40b75 Add missing code tag
2 parents 290997c + cb40b75 commit b7cc19d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/http_cache.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ Here is a list of the main options:
230230
``allow_revalidate``
231231
Specifies whether the client can force a cache revalidate by including a
232232
``Cache-Control`` "max-age=0" directive in the request. Set it to ``true`` for
233-
compliance with RFC 2616 (default: false).
233+
compliance with RFC 2616 (default: ``false``).
234234

235235
``stale_while_revalidate``
236236
Specifies the default number of seconds (the granularity is the second as the

0 commit comments

Comments
 (0)