Skip to content

Commit 7084b4a

Browse files
authored
Merge pull request #7 from nalgeon/patch-1
doc: fix query typo
2 parents 4e14156 + 0468d7c commit 7084b4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/install.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ The easiest way to export data is to use the output format (the second parameter
165165
```python
166166
from pathlib import Path
167167

168-
query_sql = "SEELECT * FROM 'employees.csv'"
168+
query_sql = "SELECT * FROM 'employees.csv'"
169169
res = chdb.query(query_sql, "Parquet")
170170

171171
# export to Parquet

0 commit comments

Comments
 (0)