Skip to content

Commit 0e0fa0a

Browse files
committed
DOC: Reword get_filepath_or_buffer docstring
1 parent 210fb20 commit 0e0fa0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/io/common.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,8 @@ def _stringify_path(filepath_or_buffer):
187187
def get_filepath_or_buffer(filepath_or_buffer, encoding=None,
188188
compression=None):
189189
"""
190-
If the filepath_or_buffer is a url, translate and return the buffer
191-
passthru otherwise.
190+
If the filepath_or_buffer is a url, translate and return the buffer.
191+
Otherwise passthrough.
192192
193193
Parameters
194194
----------

0 commit comments

Comments
 (0)