Skip to content

Commit

Permalink
Add missing words in signer intro docs
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Puehringer <[email protected]>
  • Loading branch information
lukpueh committed Mar 18, 2024
1 parent 9a8be34 commit 783039a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/signer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ generic *load* methods:
registered in the ``SIGNER_FOR_URI_SCHEME`` lookup table.

* ``Key.from_dict`` - Loads any specific key from a serialized format. The
specific key implementation is responsible public key format and
specific key implementation is responsible for the public key format and
deserialization. To become discoverable, key type and signing scheme --
required fields in any public key -- are registered in the
``KEY_FOR_TYPE_AND_SCHEME`` lookup table.
Expand Down

0 comments on commit 783039a

Please sign in to comment.