Skip to content

Commit 31fd9e4

Browse files
committed
Re-trigger CI after failed job
1 parent 71179bb commit 31fd9e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/strings.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1941,7 +1941,7 @@ def _get_series_list(self, others, ignore_index=False):
19411941
boolean whether FutureWarning should be raised)
19421942
"""
19431943

1944-
# once str.cat defaults to alignment, this function can be simplified;
1944+
# Once str.cat defaults to alignment, this function can be simplified;
19451945
# will not need `ignore_index` and the second boolean output anymore
19461946

19471947
from pandas import Index, Series, DataFrame

0 commit comments

Comments
 (0)