Skip to content

Commit

Permalink
docs(mysql): render_do_connect mssql to mysql
Browse files Browse the repository at this point in the history
  • Loading branch information
inigohidalgo authored and cpcloud committed Oct 7, 2023
1 parent cb1dc65 commit 3c2da6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/backends/mysql.qmd
Expand Up @@ -91,7 +91,7 @@ con = ibis.mysql.connect(
#| output: asis
from _utils import render_do_connect
render_do_connect("mssql")
render_do_connect("mysql")
```

### `ibis.connect` URL format
Expand Down

0 comments on commit 3c2da6c

Please sign in to comment.