ParallelSSH / ssh2-python

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

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

Closed NamamiShanker closed 2 years ago

NamamiShanker commented 2 years 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 2 years ago

Hi there,

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

NamamiShanker commented 2 years ago

Hey @pkittenis! Does this look good?

pkittenis commented 2 years ago

Looks good, thank you. :+1: