JeffLIrion / adb_shell

A Python implementation of ADB with shell and FileSync functionality.
Apache License 2.0
530 stars 60 forks source link

Reword PythonRSASigner docstring #215

Closed meator closed 1 year ago

meator commented 1 year ago

Hi. I was reading adb_shell's documentation and the example usage and from the example usage it seems that adb_shell.auth.sign_pythonrsa.PythonRSASigner() accepts the contents of the public and private keys in its initor. But the docstring says that it accepts path to the private key and the contetns of the public key which is strange. I have assumed that this is an error and I have fixed it in this PR.

JeffLIrion commented 1 year ago

Closing and reopening to retrigger CI...

JeffLIrion commented 1 year ago

Thanks for catching this and submitting a fix!