Skip to content

Commit b7ac9be

Browse files
authored
fix PR06 failing CI (#44773)
1 parent 9c74428 commit b7ac9be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/frame.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1102,7 +1102,7 @@ def to_string(
11021102
...
11031103

11041104
@Substitution(
1105-
header_type="bool or sequence of strings",
1105+
header_type="bool or sequence of str",
11061106
header="Write out the column names. If a list of strings "
11071107
"is given, it is assumed to be aliases for the "
11081108
"column names",

0 commit comments

Comments
 (0)