diff options
author | Mark Haines <mark.haines@matrix.org> | 2015-01-28 17:16:12 +0000 |
---|---|---|
committer | Mark Haines <mark.haines@matrix.org> | 2015-01-28 17:16:12 +0000 |
commit | 3cca61e006d7e69b6643721c01ab7d81a8c2f373 (patch) | |
tree | 0514b4f1b6c7ab6c0935be218ee04e2ab4d63daa /synapse | |
parent | Add a : to the doc string after the type of the return value (diff) | |
download | synapse-3cca61e006d7e69b6643721c01ab7d81a8c2f373.tar.xz |
Rename ClientID to ClientInfo since it is a pair of IDs rather than a single identifier
Diffstat (limited to 'synapse')
-rw-r--r-- | synapse/api/auth.py | 4 | ||||
-rw-r--r-- | synapse/types.py | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/synapse/api/auth.py b/synapse/api/auth.py |