Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ Tests
-----

Valid Parser, Reader, username, and password must be set as environment
variables before running the tests. This test suit runs agains the live
variables before running the tests. This test suit runs against the live
Readability API and also serves as integration tests. We recommend creating a
seperate testing user account on Readability to avoid disturbing your reading
separate testing user account on Readability to avoid disturbing your reading
list. **Note:** These tests do reset the bookmarks library of the provided user
when complete. They should *not* be run on your primary user account!

Expand Down
2 changes: 1 addition & 1 deletion docs/auth.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Authentication

<a href="https://dev.twitter.com/oauth/3-legged" target="_blank">three-legged oAuth flow</a>

Authentication can be accomplised through either a |three-legged-twitter| or
Authentication can be accomplished through either a |three-legged-twitter| or
via xAuth where a username and password are exchanged directly for a user token
and secret.

Expand Down
2 changes: 1 addition & 1 deletion readability/clients.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
readability.clients
~~~~~~~~~~~~~~~~~~~

This module provies a client for the Reader API.
This module provides a client for the Reader API.

"""

Expand Down
2 changes: 1 addition & 1 deletion readability/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def filter_args_to_dict(filter_dict, accepted_filter_keys=[]):
# Going to skip it.
continue

# map of casting funcitons to filter types
# map of casting functions to filter types
filter_cast_map = {
'int': cast_integer_filter,
'datetime': cast_datetime_filter
Expand Down