Skip to content

Commit 78ee720

Browse files
author
Kevin Kuhl
committed
Fixing link errors
1 parent 1d03d7a commit 78ee720

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/io/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ def get_filepath_or_buffer(filepath_or_buffer, encoding=None,
206206
if _is_s3_url(filepath_or_buffer):
207207
from pandas.io import s3
208208
return s3.get_filepath_or_buffer(filepath_or_buffer,
209-
encoding=encoding,
209+
encoding=encoding,
210210
compression=compression)
211211

212212
if isinstance(filepath_or_buffer, (compat.string_types,

0 commit comments

Comments
 (0)