Skip to content

Commit c1b2426

Browse files
Fix docstring example
1 parent 34792c9 commit c1b2426

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/io/iceberg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def read_iceberg(
5757
5858
Examples
5959
--------
60-
>>> df = pandas.read_iceberg(
60+
>>> df = pd.read_iceberg(
6161
... catalog_name="my_catalog",
6262
... catalog_options={"s3.secret-access-key": "my-secret"},
6363
... table_name="my_table",

0 commit comments

Comments
 (0)