summaryrefslogtreecommitdiff
path: root/openid/oidutil.py
diff options
context:
space:
mode:
authorJosh Hoyt <josh@janrain.com>2006-02-21 00:10:34 +0000
committerJosh Hoyt <josh@janrain.com>2006-02-21 00:10:34 +0000
commit9ba7386bbce062b8111b75f4585946e700f59f2e (patch)
treeb37038ed57bf6d5535a6ea2ccfd5a13e8d14a1d5 /openid/oidutil.py
parented5f5d56633cddbcfe55d58b336429daac5b93d6 (diff)
downloadopenid-9ba7386bbce062b8111b75f4585946e700f59f2e.tar.gz
[project @ Documentation reword on quoteMinimal]
Diffstat (limited to 'openid/oidutil.py')
-rw-r--r--openid/oidutil.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/openid/oidutil.py b/openid/oidutil.py
index b36289c..715e3c3 100644
--- a/openid/oidutil.py
+++ b/openid/oidutil.py
@@ -45,7 +45,7 @@ def quoteMinimal(s):
sequence, according to the encoding of the HTTP POST or GET.
Do not escape anything that is already 7-bit safe, so we do the
- minimal transform on the identity URL
+ minimal transform on the input
"""
res = []
for c in s: