Skip to content

Commit eee0ad7

Browse files
Fix flake8 D301 docstring warning
1 parent 5b9a07c commit eee0ad7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aiohttp/_cookie_helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def _safe_set_morsel_state(
8888
value: str,
8989
coded_value: str,
9090
) -> None:
91-
"""Set morsel state, handling Python 3.13+ control-character rejection.
91+
r"""Set morsel state, handling Python 3.13+ control-character rejection.
9292
9393
Python 3.13 added validation in ``Morsel.__setstate__`` that rejects
9494
values containing ASCII control characters (CVE-2026-3644). When

0 commit comments

Comments
 (0)