Skip to content

Commit

Permalink
fix: documentation typo fix (#1332)
Browse files Browse the repository at this point in the history
# Description

Changes "partitionColumns" reference in documentation to corrected
"partition_columns"
  • Loading branch information
benrutter authored May 4, 2023
1 parent 6b66455 commit 338208d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/docs/source/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ The delta log maintains basic metadata about a table, including:
* A unique ``id``
* A ``name``, if provided
* A ``description``, if provided
* The list of ``partitionColumns``.
* The list of ``partition_columns``.
* The ``created_time`` of the table
* A map of table ``configuration``. This includes fields such as ``delta.appendOnly``,
which if ``true`` indicates the table is not meant to have data deleted from it.
Expand Down

0 comments on commit 338208d

Please sign in to comment.