Skip to content

Commit a92c990

Browse files
committed
Correct typo in docstring
1 parent 1019405 commit a92c990

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
@@ -254,7 +254,7 @@ def make_dataframe_tz_naive(df: pd.DataFrame) -> pd.DataFrame:
254254
def prepare_df_for_output(df: pd.DataFrame) -> pd.DataFrame:
255255
"""
256256
Prepare the given dataframe for output by prettifying column names,
257-
strippnig timezone details incompatible with Excel, and other normalization
257+
stripping timezone details incompatible with Excel, and other normalization
258258
operations; return the normalized dataframe
259259
"""
260260
return (

0 commit comments

Comments
 (0)