Skip to content

Commit

Permalink
Minor grammar fixes in example
Browse files Browse the repository at this point in the history
  • Loading branch information
plaes authored and mitsuhiko committed Jul 17, 2010
1 parent 3be4cb1 commit c180f06
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions example/example.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
OpenID Example
~~~~~~~~~~~~~~
This simple application shows how OpenID can be used in an application.
This simple application shows how to integrate OpenID in your application.
This Dependencs on SQLAlchemy.
This example requires SQLAlchemy as a dependency.
:copyright: (c) 2010 by Armin Ronacher.
:license: BSD, see LICENSE for more details.
Expand Down Expand Up @@ -161,7 +161,7 @@ def edit_profile():
@app.route('/logout')
def logout():
session.pop('openid', None)
flash(u'You were signed out')
flash(u'You have been signed out')
return redirect(oid.get_next_url())


Expand Down
2 changes: 1 addition & 1 deletion example/templates/create_profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<h2>Create Profile</h2>
<p>
Hey! This is the first time you signed in on this website. In
order to proceed we need a couple of more information from you:
order to proceed we need some extra information from you:
<form action="" method=post>
<dl>
<dt>Name:
Expand Down

0 comments on commit c180f06

Please sign in to comment.