Skip to content

Commit a02e66b

Browse files
Merge pull request #32 from dstephens99/issue31
CLN: Fix non printing character in README.rst
2 parents 2dc07db + b3a593b commit a02e66b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ Rather than import from ``pandas.io`` you should import from ``pandas-datareader
2525

2626
.. code-block:: python
2727
28-
from pandas.io import data, wb  # becomes
28+
from pandas.io import data, wb # becomes
2929
from pandas_datareader import data, wb

0 commit comments

Comments
 (0)