Skip to content

Commit 3269580

Browse files
committed
docs fix
1 parent dd2d036 commit 3269580

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

pyiceberg/catalog/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -690,9 +690,8 @@ def create_view(
690690
Args:
691691
identifier (str | Identifier): View identifier.
692692
schema (Schema): View's schema.
693+
view_version (ViewVersion): The format version for the view.
693694
location (str | None): Location for the view. Optional Argument.
694-
partition_spec (PartitionSpec): PartitionSpec for the view.
695-
sort_order (SortOrder): SortOrder for the view.
696695
properties (Properties): View properties that can be a string based dictionary.
697696
698697
Returns:

0 commit comments

Comments
 (0)