Skip to content

Commit c873d2b

Browse files
committed
fix: correct typo in docstring for register_view method
1 parent cb5b5ba commit c873d2b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/datafusion/context.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@ def from_polars(self, data: pl.DataFrame, name: str | None = None) -> DataFrame:
735735
# https://github.com/apache/datafusion-python/pull/1016#discussion_r1983239116
736736
# is the discussion on how we arrived at adding register_view
737737
def register_view(self, name: str, df: DataFrame) -> None:
738-
"""Register a :py:class: `~datafusion.detaframe.DataFrame` as a view.
738+
"""Register a :py:class:`~datafusion.dataframe.DataFrame` as a view.
739739
740740
Args:
741741
name (str): The name to register the view under.

0 commit comments

Comments
 (0)