Fix some typos in the docs

Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com>
This commit is contained in:
jgraeme 2010-06-10 18:07:14 +01:00 committed by Armin Ronacher
parent 41f5ad9b15
commit 540eca16f8
4 changed files with 9 additions and 9 deletions

View file

@ -160,7 +160,7 @@ initialization functions:
classes:
Classes work mostly like initialization functions but can later be
used to further change the behaviour. For an example look at how the
`OAuth extension`_ works: ther is an `OAuth` object that provides
`OAuth extension`_ works: there is an `OAuth` object that provides
some helper functions like `OAuth.remote_app` to create a reference to
a remote application that uses OAuth.