Skip to content

Commit cb3dee0

Browse files
Minor: Documentation fix
1 parent 5e2f96e commit cb3dee0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

awswrangler/_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ def table_refs_to_df(tables: List[pa.Table], kwargs: Dict[str, Any]) -> pd.DataF
416416

417417
@engine.dispatch_on_engine
418418
def is_pandas_frame(obj: Any) -> bool:
419-
"""Checks if the passed objected is a Pandas DataFrame"""
419+
"""Check if the passed objected is a Pandas DataFrame."""
420420
return isinstance(obj, pd.DataFrame)
421421

422422

0 commit comments

Comments
 (0)