Skip to content

Commit 2930196

Browse files
committed
Nit
1 parent a618462 commit 2930196

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/preview/dev/building/python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,4 +323,4 @@ Traceback (most recent call last):
323323
ModuleNotFoundError: No module named 'duckdb.duckdb'
324324
```
325325

326-
This is because Python imported from the `duckdb` directory (i.e. `tools/pythonpkg/duckdb/`), rather than from the installed package. You should start your interpreter from a different directory instead.
326+
This is because Python imported from the `duckdb` directory (i.e., `tools/pythonpkg/duckdb/`), rather than from the installed package. You should start your interpreter from a different directory instead.

docs/stable/dev/building/python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,4 +325,4 @@ Traceback (most recent call last):
325325
ModuleNotFoundError: No module named 'duckdb.duckdb'
326326
```
327327

328-
This is because Python imported from the `duckdb` directory (i.e. `tools/pythonpkg/duckdb/`), rather than from the installed package. You should start your interpreter from a different directory instead.
328+
This is because Python imported from the `duckdb` directory (i.e., `tools/pythonpkg/duckdb/`), rather than from the installed package. You should start your interpreter from a different directory instead.

0 commit comments

Comments
 (0)