Skip to content

Commit 346db99

Browse files
authored
Merge pull request embedly#30 from timgates42/bugfix_typos
docs: Fix a few typos
2 parents e4f0963 + a00c965 commit 346db99

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ The client object now has a bunch of different methods that you can use.
9797
>>> client.objectify('http://vimeo.com/18150336')
9898
<embedly.models.Url at 0x10223d950>
9999

100-
The above functions all take the same arguements, a URL or a list of URLs and
100+
The above functions all take the same arguments, a URL or a list of URLs and
101101
keyword arguments that correspond to Embedly's `query arguments
102102
<http://embed.ly/docs/endpoints/arguments>`_. Here is an example::
103103

embedly/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ class Url(IterableUserDict, object):
77
"""
88
A dictionary with two additional attributes for the method and url.
99
UserDict provides a dictionary interface along with the regular
10-
dictionary accsesible via the `data` attribute.
10+
dictionary accessible via the `data` attribute.
1111
1212
"""
1313
def __init__(self, data=None, method=None, original_url=None, **kwargs):

0 commit comments

Comments
 (0)