Skip to content

Commit

Permalink
docs(duckdb): correct wording for empty path logic
Browse files Browse the repository at this point in the history
  • Loading branch information
deepyaman committed Dec 13, 2023
1 parent 4dfc972 commit d5da5ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/backends/duckdb.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ import ibis
con = ibis.connect("duckdb://local.ddb")
```

Without an empty path, `ibis.connect` will connect to an ephemeral, in-memory database.
Given an empty path, `ibis.connect` will connect to an ephemeral, in-memory database.

```{python}
con = ibis.connect("duckdb://")
Expand Down

0 comments on commit d5da5ad

Please sign in to comment.