Skip to content

Commit

Permalink
Merge remote-tracking branch 'quansight/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
xmnlab committed May 16, 2018
2 parents a5138a0 + 63d91e7 commit 1e5c0e7
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 1e5c0e7

Please sign in to comment.