Skip to content

Commit 1c7ff03

Browse files
committed
docs fix
1 parent 93ffbec commit 1c7ff03

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
@@ -673,9 +673,8 @@ def create_view(
673673
Args:
674674
identifier (str | Identifier): View identifier.
675675
schema (Schema): View's schema.
676+
view_version (ViewVersion): The format version for the view.
676677
location (str | None): Location for the view. Optional Argument.
677-
partition_spec (PartitionSpec): PartitionSpec for the view.
678-
sort_order (SortOrder): SortOrder for the view.
679678
properties (Properties): View properties that can be a string based dictionary.
680679
681680
Returns:

0 commit comments

Comments
 (0)