Skip to content

Commit

Permalink
Fix default value for quoting= parameter (could not be understood by …
Browse files Browse the repository at this point in the history
…python's help())
  • Loading branch information
st-pasha committed Jul 25, 2019
1 parent 4347db1 commit 6cdfbce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c/frame/to_csv.cc
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ static PKArgs args_to_csv(
{"path", "quoting", "hex", "verbose", "_strategy"},
"to_csv",

R"(to_csv(self, path=None, *, quoting=csv.QUOTE_MINIMAL, hex=False,
R"(to_csv(self, path=None, *, quoting="minimal", hex=False,
verbose=False, _strategy="auto")
--
Expand Down

0 comments on commit 6cdfbce

Please sign in to comment.