Skip to content

Commit 63534f7

Browse files
committed
Correct typo in docstring
1 parent a8fbff1 commit 63534f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ica/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ def prepare_df_for_output(
320320
) -> pd.DataFrame:
321321
"""
322322
Prepare the given dataframe for output by prettifying column names,
323-
strippnig timezone details incompatible with Excel, and other normalization
323+
stripping timezone details incompatible with Excel, and other normalization
324324
operations; return the normalized dataframe
325325
"""
326326
return (

0 commit comments

Comments
 (0)