Skip to content

Commit dc46ee3

Browse files
wangjingcunpacrob
authored andcommitted
chore: fix typo in comment
Signed-off-by: wangjingcun <[email protected]>
1 parent f768c1f commit dc46ee3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/core/utilities/test_http_session_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ def target_function(endpoint_uri):
470470
async def test_session_manager_async_use_new_session_if_loop_closed_for_cached_session(
471471
http_session_manager,
472472
):
473-
# create new loop, cache a session wihin the loop, close the loop
473+
# create new loop, cache a session within the loop, close the loop
474474
loop1 = asyncio.new_event_loop()
475475

476476
session1 = ClientSession(raise_for_status=True)

0 commit comments

Comments
 (0)