Skip to content

Commit 9b0399b

Browse files
authored
Fix typo: spell decrypted_data correctly in the documentation. (#263)
1 parent fcedea7 commit 9b0399b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1074,7 +1074,7 @@ returned from the :meth:`~gnupg.GPG.decrypt` call::
10741074
>>> decrypted_data = gpg.decrypt(data, passphrase=recipient_passphrase)
10751075

10761076
At this point, if a signature is verified, signer information is held in attributes of
1077-
``decrpyted_data``: ``username``, ``key_id``, ``signature_id``, ``fingerprint``,
1077+
``decrypted_data``: ``username``, ``key_id``, ``signature_id``, ``fingerprint``,
10781078
``trust_level`` and ``trust_text``. If the message wasn't signed, these attributes
10791079
will all be set to ``None``.
10801080

0 commit comments

Comments
 (0)