Skip to content

Commit f926ffd

Browse files
Fix docstring validation error
1 parent fd728e0 commit f926ffd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/frame.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3586,7 +3586,7 @@ def to_iceberg(
35863586
"""
35873587
from pandas.io.iceberg import to_iceberg
35883588

3589-
return to_iceberg(
3589+
to_iceberg(
35903590
self,
35913591
table_identifier,
35923592
catalog_name,

0 commit comments

Comments
 (0)