Fix typos and FQCN (#669)

* Fix typos.

* Use FQCNs in examples.
This commit is contained in:
Felix Fontein
2023-10-28 22:54:56 +02:00
committed by GitHub
parent a150e77507
commit 428550165a
16 changed files with 38 additions and 37 deletions

View File

@@ -106,7 +106,7 @@ class PrivateKeyConvertBackend:
@abc.abstractmethod
def _load_private_key(self, data, passphrase, current_hint=None):
"""Check whether data cna be loaded as a private key with the provided passphrase. Return tuple (type, private_key)."""
"""Check whether data can be loaded as a private key with the provided passphrase. Return tuple (type, private_key)."""
pass
def needs_conversion(self):