Skip to content

Commit 35e2784

Browse files
takluyverwesm
authored andcommitted
Tweak wording in io documentation.
1 parent ac80837 commit 35e2784

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/source/io.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ CSV & Text files
2424

2525
The two workhorse functions for reading text files (a.k.a. flat files) are
2626
:func:`~pandas.io.parsers.read_csv` and :func:`~pandas.io.parsers.read_table`.
27-
They both utilize the same parsing code for intelligently converting tabular
28-
data into a DataFrame object. They take a number of different arguments:
27+
They both use the same parsing code to intelligently convert tabular
28+
data into a DataFrame object. They can take a number of arguments:
2929

30-
- ``path_or_buffer``: Either a string path to a file or any object with a
30+
- ``path_or_buffer``: Either a string path to a file, or any object with a
3131
``read`` method (such as an open file or ``StringIO``).
3232
- ``delimiter``: For ``read_table`` only, a regular expression to split
3333
fields on. ``read_csv`` uses the ``csv`` module to do this and hence only

0 commit comments

Comments
 (0)