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 f32bd07 commit 92bf950Copy full SHA for 92bf950
sogs/events.py
@@ -32,7 +32,7 @@ def event_name_valid(eventname):
32
33
def _user_from_conn(conn):
34
"""
35
- make a model.User from a connection using it's curve pubkey as the session id.
+ make a model.User from a connection using its curve pubkey as the session id.
36
37
return model.User(session_id='05' + hexlify(conn.pubkey).decode())
38
0 commit comments