Skip to content

Commit

Permalink
Fix database name in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
saulshanabrook committed May 16, 2018
1 parent 8fdcfc5 commit 63d91e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ibis/mapd/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ database specified:
mapd_cli = ibis.mapd.connect(
host='localhost', user='mapd', password='HyperInteractive',
port=9091, dbname='mapd'
port=9091, database='mapd'
)
`verify` method checks if the `ibis` expression can be compiled.
Expand Down

0 comments on commit 63d91e7

Please sign in to comment.