ParallelSSH / ssh2-python

Python bindings for libssh2 C library.
https://parallel-ssh.org
GNU Lesser General Public License v2.1
228 stars 70 forks source link

DOC: Specify return type of sftp.open() function #181

Closed NamamiShanker closed 1 year ago

NamamiShanker commented 1 year ago

Hey devs, thank you for creating this library. I went through the docs and found that the sftp.open() docs do not specify its return type. I made this simple PR. If you think it would help, you can merge it.

pkittenis commented 1 year ago

Hi there,

Thank you for the interest and PR! Left a comment.

NamamiShanker commented 1 year ago

Hey @pkittenis! Does this look good?

pkittenis commented 1 year ago

Looks good, thank you. :+1: