Skip to content

Commit c23af79

Browse files
authored
Fix typo
1 parent 609a6ad commit c23af79

File tree

1 file changed

+1
-1
lines changed
  • docs/en/integrations/language-clients/python

1 file changed

+1
-1
lines changed

docs/en/integrations/language-clients/python/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ efficiently. This method takes the following parameters.
409409
| column_oriented | bool | False | Return the results as a sequence of columns rather than a sequence of rows. Helpful for transforming Python data to other column oriented data formats. |
410410
| query_tz | str | *None* | A timezone name from the `zoneinfo` database. This timezone will be applied to all datetime or Pandas Timestamp objects returned by the query. |
411411
| column_tzs | dict | *None* | A dictionary of column name to timezone name. Like `query_tz`, but allows specifying different timezones for different columns. |
412-
| use_extended_dtypes | bool | True | Use Pandas extended dtypes (like StringArray), and pandas.NA and pandas.NaT for ClickHouse NULL values. Apples only to `query_df` and `query_df_stream` methods. |
412+
| use_extended_dtypes | bool | True | Use Pandas extended dtypes (like StringArray), and pandas.NA and pandas.NaT for ClickHouse NULL values. Applies only to `query_df` and `query_df_stream` methods. |
413413
| external_data | ExternalData | *None* | An ExternalData object containing file or binary data to use with the query. See [Advanced Queries (External Data)](#external-data) |
414414
| context | QueryContext | *None* | A reusable QueryContext object can be used to encapsulate the above method arguments. See [Advanced Queries (QueryContexts)](#querycontexts) |
415415

0 commit comments

Comments
 (0)