summaryrefslogtreecommitdiff
path: root/openid/association.py
diff options
context:
space:
mode:
authortailor <chowells@janrain.com>2005-11-08 18:04:02 +0000
committertailor <chowells@janrain.com>2005-11-08 18:04:02 +0000
commit21664f7f04722dfb4d27cc318b43bcb03948f52b (patch)
treea57c720b7d70dec755c990b940e31f56cb9d1683 /openid/association.py
parent74965139e1b80aa09099d9ee096e27d74f5e421d (diff)
downloadopenid-21664f7f04722dfb4d27cc318b43bcb03948f52b.tar.gz
[project @ whitespace cleanup]
Diffstat (limited to 'openid/association.py')
-rw-r--r--openid/association.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/openid/association.py b/openid/association.py
index 9dde369..2eb30f8 100644
--- a/openid/association.py
+++ b/openid/association.py
@@ -104,7 +104,7 @@ class Association(object):
"""
This is the standard constructor for creating an association.
-
+
@param handle: This is the handle the server gave this
association.
@@ -198,7 +198,7 @@ class Association(object):
@return: String in KV form suitable for deserialization by
deserialize.
-
+
@rtype: str
"""
data = {
@@ -225,7 +225,7 @@ class Association(object):
@param assoc_s: Association as serialized by serialize()
-
+
@type assoc_s: str