Skip to content

Commit 8df966c

Browse files
committed
DOC: encoding affects python 2 and 3
1 parent d09ca7d commit 8df966c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/io.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ data into a DataFrame object. They can take a number of arguments:
9494
- ``converters``: a dictionary of functions for converting values in certain
9595
columns, where keys are either integers or column labels
9696
- ``encoding``: a string representing the encoding to use if the contents are
97-
non-ascii, for python versions prior to 3
97+
non-ascii
9898
- ``verbose`` : show number of NA values inserted in non-numeric columns
9999

100100
.. ipython:: python

0 commit comments

Comments
 (0)