Skip to content

Commit 7818e0c

Browse files
committed
fix: correct capitalization in section titles for consistency
1 parent e9ee5f0 commit 7818e0c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/chdb/install/python.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ print(pretty_result)
135135

136136
### DataFrame operations {#dataframe-operations}
137137

138-
#### Legacy dataFrame API {#legacy-dataframe-api}
138+
#### Legacy DataFrame API {#legacy-dataframe-api}
139139

140140
```python
141141
import chdb.dataframe as cdf
@@ -507,7 +507,7 @@ sess.close()
507507

508508
### Python table engine {#python-table-engine}
509509

510-
#### Query Pandas dataFrames {#query-pandas-dataframes}
510+
#### Query Pandas DataFrames {#query-pandas-dataframes}
511511

512512
```python
513513
import chdb
@@ -562,7 +562,7 @@ window_result = chdb.query("""
562562
print(window_result)
563563
```
564564

565-
#### Custom data sources with pyReader {#custom-data-sources-pyreader}
565+
#### Custom data sources with PyReader {#custom-data-sources-pyreader}
566566

567567
Implement custom data readers for specialized data sources:
568568

0 commit comments

Comments
 (0)