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 authored and gforsyth committed Dec 19, 2023
1 parent 5ab1c27 commit 72b2cde
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 72b2cde

Please sign in to comment.