@@ -1436,8 +1436,8 @@ def to_csv(self, path_or_buf=None, sep=",", na_rep='', float_format=None,
14361436 columns : sequence, optional
14371437 Columns to write
14381438 header : boolean or list of string, default True
1439- Write out column names. If a list of string is given it is assumed
1440- to be aliases for the column names
1439+ Write out the column names. If a list of strings is given it is
1440+ assumed to be aliases for the column names
14411441 index : boolean, default True
14421442 Write row names (index)
14431443 index_label : string or sequence, or False, default None
@@ -1597,9 +1597,9 @@ def to_feather(self, fname):
15971597 from pandas .io .feather_format import to_feather
15981598 to_feather (self , fname )
15991599
1600- @Substitution (header = 'Write out column names. If a list of string is '
1601- 'given, it is assumed to be aliases for the column '
1602- 'names' )
1600+ @Substitution (header = 'Write out the column names. If a list of strings '
1601+ 'is given, it is assumed to be aliases for the '
1602+ 'column names' )
16031603 @Appender (fmt .docstring_to_string , indents = 1 )
16041604 def to_string (self , buf = None , columns = None , col_space = None , header = True ,
16051605 index = True , na_rep = 'NaN' , formatters = None , float_format = None ,
0 commit comments