Skip to content

Commit

Permalink
Removed the protocol parameter from the GoogleV3 docstrings
Browse files Browse the repository at this point in the history
Tiny docs fixes
  • Loading branch information
atosatto authored and ijl committed Mar 6, 2014
1 parent 6064a53 commit 4c42873
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -11,3 +11,4 @@ docs/_build
.tox
*.config
.DS_Store
.idea/
7 changes: 2 additions & 5 deletions geopy/geocoders/googlev3.py
Expand Up @@ -31,8 +31,8 @@ def __init__(self, api_key=None, domain='maps.googleapis.com', scheme=DEFAULT_SC
API authentication is only required for Google Maps Premier customers.
:param string api_key: The API key required by Google to perform
Geocoding requests. API keys are managed through the Google APIs
console ('https://code.google.com/apis/console').
geocoding requests. API keys are managed through the Google APIs
console (https://code.google.com/apis/console).
.. versionadded:: 0.98.2
Expand All @@ -47,9 +47,6 @@ def __init__(self, api_key=None, domain='maps.googleapis.com', scheme=DEFAULT_SC
.. versionadded:: 0.97
:param string protocol: Deprecated version of `scheme` argument.
Override scheme, if present.
:param string client_id: If using premier, the account client id.
:param string secret_key: If using premier, the account secret key.
Expand Down

0 comments on commit 4c42873

Please sign in to comment.