Skip to content

Commit ea14fe0

Browse files
committed
docs fix
1 parent ff31109 commit ea14fe0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyiceberg/catalog/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -699,9 +699,8 @@ def create_view(
699699
Args:
700700
identifier (str | Identifier): View identifier.
701701
schema (Schema): View's schema.
702+
view_version (ViewVersion): The format version for the view.
702703
location (str | None): Location for the view. Optional Argument.
703-
partition_spec (PartitionSpec): PartitionSpec for the view.
704-
sort_order (SortOrder): SortOrder for the view.
705704
properties (Properties): View properties that can be a string based dictionary.
706705
707706
Returns:

0 commit comments

Comments
 (0)