Skip to content

Commit

Permalink
Merge cc7e726 into 2b560d2
Browse files Browse the repository at this point in the history
  • Loading branch information
tugayabdulla committed Nov 20, 2022
2 parents 2b560d2 + cc7e726 commit a251ea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Example Usage
adbkey = 'path/to/adbkey'
with open(adbkey) as f:
priv = f.read()
with open(adbkey + '.pub') as f:
with open(adbkey + '.pub') as f:
pub = f.read()
signer = PythonRSASigner(pub, priv)
Expand Down

0 comments on commit a251ea7

Please sign in to comment.