We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd0b3e5 commit c178512Copy full SHA for c178512
Doc/library/contextvars.rst
@@ -313,7 +313,7 @@ client::
313
addr = writer.transport.get_extra_info('socket').getpeername()
314
client_addr_var.set(addr)
315
316
- # In any code that we call is now possible to get
+ # In any code that we call, it is now possible to get the
317
# client's address by calling 'client_addr_var.get()'.
318
319
while True:
0 commit comments