Skip to content

Commit

Permalink
Merge 1b820df into c645c8d
Browse files Browse the repository at this point in the history
  • Loading branch information
andy-esch committed Aug 7, 2019
2 parents c645c8d + 1b820df commit 4d012bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cartoframes/client/data_obs_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ def augment(self, table_name, metadata, persist_as=None, how='the_geom'):
.. code::
from cartoframes.auth import Credentials
from cartoframes.data import DataObsClient
from cartoframes.client import DataObsClient
creds = Credentials('user name', 'api key')
do = DataObsClient(creds)
median_income = do.discovery(
Expand Down

0 comments on commit 4d012bd

Please sign in to comment.