Skip to content

Commit

Permalink
Merge pull request #2579 from tswast/str-not-string
Browse files Browse the repository at this point in the history
Replace types string with str.
  • Loading branch information
dhermes authored Oct 21, 2016
2 parents 947059a + 1095188 commit 9827ade
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class Connection(base_connection.JSONConnection):
:type http: :class:`httplib2.Http` or class that defines ``request()``.
:param http: (Optional) HTTP object to make requests.
:type api_base_url: string
:type api_base_url: str
:param api_base_url: The base of the API call URL. Defaults to the value
:attr:`Connection.API_BASE_URL`.
"""
Expand Down

0 comments on commit 9827ade

Please sign in to comment.