From 52b7d268b9b0b353dfe57af048a042ba5e29e657 Mon Sep 17 00:00:00 2001 From: Maya Chen <275405107+otjdiepluong@users.noreply.github.com> Date: Thu, 14 May 2026 05:43:16 +0000 Subject: [PATCH] fix: duplicated "on" in cookiejar.py comment Signed-off-by: Maya Chen <275405107+otjdiepluong@users.noreply.github.com> --- aiohttp/cookiejar.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aiohttp/cookiejar.py b/aiohttp/cookiejar.py index 89c35c176e6..6abb16045c8 100644 --- a/aiohttp/cookiejar.py +++ b/aiohttp/cookiejar.py @@ -374,7 +374,7 @@ def filter_cookies(self, request_url: URL) -> "BaseCookie[str]": ) request_url = URL(request_url) # We always use BaseCookie now since all - # cookies set on on filtered are fully constructed + # cookies set on filtered are fully constructed # Morsels, not just names and values. filtered: BaseCookie[str] = BaseCookie() if not self._cookies: