Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Commit

Permalink
docs: Fix CryptoKey.get_label example
Browse files Browse the repository at this point in the history
  • Loading branch information
AzureMarker committed Jun 9, 2020
1 parent 00aaab4 commit f3967b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autopush/crypto_key.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def get_label(self, label):
Crypto-Key: keyid="apple";foo="fruit",keyid="gorp";bar="snake"
get_label("foo")
would return a value of "apple"
would return a value of "fruit"
..note:: This presumes that "label" is unique. Otherwise it will
only return the FIRST instance of "label". Use get_keyid() if
Expand Down

0 comments on commit f3967b6

Please sign in to comment.