Skip to content

Commit

Permalink
Remove incorrect default from docs (#5828)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamsorcerer committed Jul 18, 2021
1 parent ae23fd6 commit 60f5727
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES/5727.bugfix
@@ -0,0 +1 @@
Remove incorrect default from docs
2 changes: 1 addition & 1 deletion docs/web_reference.rst
Expand Up @@ -745,7 +745,7 @@ StreamResponse
:param int version: a decimal integer, identifies to which
version of the state management
specification the cookie
conforms. (Optional, *version=1* by default)
conforms. (optional)

:param str samesite: Asserts that a cookie must not be sent with
cross-origin requests, providing some protection
Expand Down

0 comments on commit 60f5727

Please sign in to comment.