Skip to content

Commit c178512

Browse files
fix typos in contextvars asyncio support example docs (#141219)
Co-authored-by: Kumar Aditya <kumaraditya@python.org>
1 parent cd0b3e5 commit c178512

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/contextvars.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ client::
313313
addr = writer.transport.get_extra_info('socket').getpeername()
314314
client_addr_var.set(addr)
315315

316-
# In any code that we call is now possible to get
316+
# In any code that we call, it is now possible to get the
317317
# client's address by calling 'client_addr_var.get()'.
318318

319319
while True:

0 commit comments

Comments
 (0)