Skip to content

Commit 55db745

Browse files
authored
Fix typo in documentation (#1091)
1 parent a877de6 commit 55db745

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/client.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ In the case of the ``asyncio`` client, the method is a coroutine::
134134
await sio.connect('http://localhost:5000')
135135

136136
Upon connection, the server assigns the client a unique session identifier.
137-
The applicaction can find this identifier in the ``sid`` attribute::
137+
The application can find this identifier in the ``sid`` attribute::
138138

139139
print('my sid is', sio.sid)
140140

0 commit comments

Comments
 (0)