Skip to content

Commit

Permalink
Merge branch '2.3.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
davidism committed Jun 9, 2023
2 parents 705c0f0 + 6f89cbc commit 82b5ac4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/werkzeug/http.py
Original file line number Diff line number Diff line change
Expand Up @@ -1371,7 +1371,7 @@ def dump_cookie(
:param path: limits the cookie to a given path, per default it will
span the whole domain.
:param domain: Use this if you want to set a cross-domain cookie. For
example, ``domain=".example.com"`` will set a cookie
example, ``domain="example.com"`` will set a cookie
that is readable by the domain ``www.example.com``,
``foo.example.com`` etc. Otherwise, a cookie will only
be readable by the domain that set it.
Expand Down
2 changes: 1 addition & 1 deletion src/werkzeug/sansio/response.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ def set_cookie(
:param path: limits the cookie to a given path, per default it will
span the whole domain.
:param domain: if you want to set a cross-domain cookie. For example,
``domain=".example.com"`` will set a cookie that is
``domain="example.com"`` will set a cookie that is
readable by the domain ``www.example.com``,
``foo.example.com`` etc. Otherwise, a cookie will only
be readable by the domain that set it.
Expand Down

0 comments on commit 82b5ac4

Please sign in to comment.