We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26d1aed commit dc9a2b6Copy full SHA for dc9a2b6
README.md
@@ -304,7 +304,7 @@ keys][9580] can also be generated:
304
from pysequoia import Profile
305
306
mary = Cert.generate("Modern Mary <mary@example.com", profile=Profile.RFC9580)
307
-print(f"Generater cert with fingerprint {mary.fpr}:\n{mary}")
+print(f"Generated cert with fingerprint {mary.fingerprint}:\n{mary}")
308
```
309
310
Note that legacy PGP implementations may not be able to consume these
0 commit comments