Skip to content

Commit f87db63

Browse files
committed
DOC: fix path in whatsnew
1 parent 1bcc10d commit f87db63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v0.20.0.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ support for bz2 compression in the python 2 c-engine improved (:issue:`14874`).
9191
url = 'https://github.com/{repo}/raw/{branch}/{path}'.format(
9292
repo = 'pandas-dev/pandas',
9393
branch = 'master',
94-
path = 'pandas/io/tests/parser/data/salaries.csv.bz2',
94+
path = 'pandas/tests/io/parser/data/salaries.csv.bz2',
9595
)
9696
df = pd.read_table(url, compression='infer') # default, infer compression
9797
df = pd.read_table(url, compression='bz2') # explicitly specify compression

0 commit comments

Comments
 (0)