From a91900d3d2ac475240780b133dfa07cc40ed7db1 Mon Sep 17 00:00:00 2001 From: Marco Gorelli Date: Sun, 5 Dec 2021 22:44:00 +0000 Subject: [PATCH] fix PR06 failing CI --- pandas/core/frame.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandas/core/frame.py b/pandas/core/frame.py index 24bf86147d3e1..01f817300a01a 100644 --- a/pandas/core/frame.py +++ b/pandas/core/frame.py @@ -1102,7 +1102,7 @@ def to_string( ... @Substitution( - header_type="bool or sequence of strings", + header_type="bool or sequence of str", header="Write out the column names. If a list of strings " "is given, it is assumed to be aliases for the " "column names",