Browse Source

Fix typo in documentation (#1091)

pull/1096/head
mostlycryptic 2 years ago
committed by GitHub
parent
commit
55db745890
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/client.rst

2
docs/client.rst

@ -134,7 +134,7 @@ In the case of the ``asyncio`` client, the method is a coroutine::
await sio.connect('http://localhost:5000')
Upon connection, the server assigns the client a unique session identifier.
The applicaction can find this identifier in the ``sid`` attribute::
The application can find this identifier in the ``sid`` attribute::
print('my sid is', sio.sid)

Loading…
Cancel
Save