Skip to content

Commit

Permalink
MINOR: [PYTHON] Fix typo in open_input_file docs
Browse files Browse the repository at this point in the history
The other open methods return stream, but open_input_file returns stram. This fixes the typo.

Closes apache#12471 from rdblue/fix-fs-open-input-file-doc

Authored-by: Ryan Blue <[email protected]>
Signed-off-by: Yibo Cai <[email protected]>
  • Loading branch information
rdblue authored and cyb70289 committed Feb 21, 2022
1 parent 773da64 commit ad6dbf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/pyarrow/_fs.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ cdef class FileSystem(_Weakrefable):
Returns
-------
stram : NativeFile
stream : NativeFile
"""
cdef:
c_string pathstr = _path_as_bytes(path)
Expand Down

0 comments on commit ad6dbf6

Please sign in to comment.