From 9a85c9ea19491e620acdec8aa1c98cd87711aafb Mon Sep 17 00:00:00 2001 From: Ruxue Zeng Date: Wed, 10 Jan 2024 16:50:12 +0100 Subject: [PATCH] Fix docstyle --- greenplumpython/dataframe.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/greenplumpython/dataframe.py b/greenplumpython/dataframe.py index 402f5678..8de8a202 100644 --- a/greenplumpython/dataframe.py +++ b/greenplumpython/dataframe.py @@ -1267,8 +1267,7 @@ def from_files(cls, files: list[str], parser: "NormalFunction", db: Database) -> def describe(self) -> dict[str, str]: """ - Returns a dictionary summarising the column information of the dataframe, - conditional on the table existing in the database. + Returns a dictionary summarising the column information of the dataframe, conditional on the table existing in the database. Returns: Dictionary containing the column names and types.