Skip to content

Commit ed75b1e

Browse files
authored
Update Lib/http/cookies.py
1 parent 455d592 commit ed75b1e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/http/cookies.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@ def __repr__(self):
543543
def js_output(self, attrs=None):
544544
warnings._deprecated(
545545
"http.cookies.BaseCookie.js_output",
546-
message=warnings._DEPRECATED_MSG + "; use output() instead",
546+
warnings._DEPRECATED_MSG + "; use output() instead",
547547
remove=(3, 19),
548548
)
549549
"""Return a string suitable for JavaScript."""

0 commit comments

Comments
 (0)