Skip to content

Commit 02f5844

Browse files
committed
fix raw string
1 parent 221d35f commit 02f5844

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v0.20.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ support for bz2 compression in the python 2 C-engine improved (:issue:`14874`).
190190

191191
.. ipython:: python
192192
193-
url = (r'https://github.com/{repo}/raw/{branch}/{path}'
193+
url = ('https://github.com/{repo}/raw/{branch}/{path}'
194194
.format(repo='pandas-dev/pandas',
195195
branch='master',
196196
path='pandas/tests/io/parser/data/salaries.csv.bz2'))

0 commit comments

Comments
 (0)