Skip to content

Commit 73aa695

Browse files
nicholsnjreback
authored andcommitted
doc: comverted --> converted (pandas-dev#14722)
1 parent 4143b32 commit 73aa695

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
@@ -1346,7 +1346,7 @@ def to_csv(self, path_or_buf=None, sep=",", na_rep='', float_format=None,
13461346
file
13471347
quoting : optional constant from csv module
13481348
defaults to csv.QUOTE_MINIMAL. If you have set a `float_format`
1349-
then floats are comverted to strings and thus csv.QUOTE_NONNUMERIC
1349+
then floats are converted to strings and thus csv.QUOTE_NONNUMERIC
13501350
will treat them as non-numeric
13511351
quotechar : string (length 1), default '\"'
13521352
character used to quote fields

0 commit comments

Comments
 (0)