Skip to content

Commit

Permalink
Remove double-underscore relative imports relicts
Browse files Browse the repository at this point in the history
  • Loading branch information
lukpueh committed Jan 20, 2017
1 parent 9b66098 commit 9128c23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions securesystemslib/pycrypto_keys.py
Original file line number Diff line number Diff line change
Expand Up @@ -353,13 +353,13 @@ def verify_rsa_signature(signature, signature_method, public_key, data):
The RSA public key, a string in PEM format.
data:
Data object used by securesystemslib__keys.create_signature() to generate
Data object used by securesystemslib.keys.create_signature() to generate
'signature'. 'data' is needed here to verify the signature.
<Exceptions>
securesystemslib.exceptions.UnknownMethodError. Raised if the signing method
used by 'signature' is not one supported by
securesystemslib__keys.create_signature().
securesystemslib.keys.create_signature().
securesystemslib.exceptions.FormatError. Raised if 'signature',
'signature_method', or 'public_key' is improperly formatted.
Expand Down

0 comments on commit 9128c23

Please sign in to comment.