Commit 9c31ff03 authored by Andrew M. Kuchling's avatar Andrew M. Kuchling

Typo fix

parent 696ede0c
...@@ -954,7 +954,7 @@ Library ...@@ -954,7 +954,7 @@ Library
dictates. dictates.
+ the parser now removes the escapechar prefix from escaped characters. + the parser now removes the escapechar prefix from escaped characters.
+ when quoting=QUOTE_NONNUMERIC, the writer now tests for numeric + when quoting=QUOTE_NONNUMERIC, the writer now tests for numeric
types, rather than any object than can be represented as a numeric. types, rather than any object that can be represented as a numeric.
+ when quoting=QUOTE_NONNUMERIC, the reader now casts unquoted fields + when quoting=QUOTE_NONNUMERIC, the reader now casts unquoted fields
to floats. to floats.
+ reader now allows \r characters to be quoted (previously it only allowed + reader now allows \r characters to be quoted (previously it only allowed
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment