Skip to content

Commit 45ac52a

Browse files
committed
trivial update to comment capitalisation
1 parent bf220d5 commit 45ac52a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/shared/test_session.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,14 +118,14 @@ async def make_request(client_session):
118118
with anyio.fail_after(1): # Timeout after 1 second
119119
await ev_tool_called.wait()
120120

121-
# cancel the task via task group
121+
# Cancel the task via task group
122122
tg.cancel_scope.cancel()
123123

124124
# Give cancellation time to process
125125
with anyio.fail_after(1):
126126
await ev_cancelled.wait()
127127

128-
# check server cancel notification received
128+
# Check server cancel notification received
129129
with anyio.fail_after(1):
130130
await ev_cancel_notified.wait()
131131

0 commit comments

Comments
 (0)