Skip to content

Commit ab35336

Browse files
author
Lilli
committed
Added the following patch from the dev@openidenabled.com mailing list:
http://lists.openidenabled.com/pipermail/dev/attachments/20091101/9a551153/attachment.bin Original Message: Christopher Armstrong radix at twistedmatrix.com Mon Dec 17 07:06:01 PST 2007 consumer docstring wording "I couldn't figure out how to use "darcs send" in five minutes (and I doubt it would work because my ISP blocks port 25), so here's an attached patch with some obvious grammatical fixes to the docstring of consumer.py. -- Christopher Armstrong International Man of Twistery ..." Simple patch to correct typos; all hunks succeeded.
1 parent cda4249 commit ab35336

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

openid/consumer/consumer.py

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
134134
Add an OpenID login field somewhere on your site. When an OpenID
135135
is entered in that field and the form is submitted, it should make
136-
a request to the your site which includes that OpenID URL.
136+
a request to your site which includes that OpenID URL.
137137
138138
First, the application should L{instantiate a Consumer<Consumer.__init__>}
139139
with a session for per-user state and store for shared state.
@@ -165,14 +165,13 @@
165165
the URL by the OpenID provider as the information necessary to
166166
finish the request.
167167
168-
Get an C{L{Consumer}} instance with the same session and store as
168+
Get a C{L{Consumer}} instance with the same session and store as
169169
before and call its C{L{complete<Consumer.complete>}} method,
170170
passing in all the received query arguments.
171171
172172
There are multiple possible return types possible from that
173-
method. These indicate the whether or not the login was
174-
successful, and include any additional information appropriate for
175-
their type.
173+
method. These indicate whether or not the login was successful,
174+
and include any additional information appropriate for their type.
176175
177176
@var SUCCESS: constant used as the status for
178177
L{SuccessResponse<openid.consumer.consumer.SuccessResponse>} objects.

0 commit comments

Comments
 (0)