Skip to content

Commit 9383251

Browse files
majestratejagerman
andauthored
Update sogs/events.py
Co-authored-by: Jason Rhinelander <[email protected]>
1 parent 983267a commit 9383251

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sogs/events.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def event_name_valid(eventname):
3232

3333
def _user_from_conn(conn):
3434
"""
35-
make a model.User from a connection using it's curve pubkey as the session id.
35+
make a model.User from a connection using its curve pubkey as the session id.
3636
"""
3737
return model.User(session_id='05' + hexlify(conn.pubkey).decode())
3838

0 commit comments

Comments
 (0)