Skip to content

Commit c7dae23

Browse files
author
Charles Zhou
committed
update README
1 parent 14a10c7 commit c7dae23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guidebook/api_requestor.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def __init__(self, api_key):
1010

1111
def request(self, method, url, data=None, params=None):
1212
"""
13-
Given a HTTP method, a url, request body data, and
13+
Given a HTTP method, an url, request body data, and
1414
url query params, makes the request to the guidebook
1515
API and returns the JSON response body loaded into
1616
python. Raises on bad network conditions, bad arguments,
@@ -38,7 +38,7 @@ def request(self, method, url, data=None, params=None):
3838

3939
def interpret_response(self, response):
4040
"""
41-
Return the JSON data in the response body laoded into
41+
Return the JSON data in the response body loaded into
4242
python. Raises if the response body isn't valid JSON
4343
or response status_code indicates that an error occurred
4444
"""

0 commit comments

Comments
 (0)