diff options
| author | Laurens Van Houtven <_@lvh.io> | 2015-04-23 10:50:08 -0700 |
|---|---|---|
| committer | Laurens Van Houtven <_@lvh.io> | 2015-04-23 10:50:08 -0700 |
| commit | 33fcf12342bf67f617951e98f153bfb99fe8a5b7 (patch) | |
| tree | 5453f42709b6884631e7ee997a489f3247f405da /OpenSSL | |
| parent | a367fe8f2ac42186d9a05f9aa12fed7434bfdb93 (diff) | |
| download | pyopenssl-33fcf12342bf67f617951e98f153bfb99fe8a5b7.tar.gz | |
Fix markup
Thanks, @hynek!
Diffstat (limited to 'OpenSSL')
| -rw-r--r-- | OpenSSL/crypto.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSSL/crypto.py b/OpenSSL/crypto.py index 75e3b42..3b8abeb 100644 --- a/OpenSSL/crypto.py +++ b/OpenSSL/crypto.py @@ -1056,7 +1056,7 @@ class X509(object): :param pkey: The public key. :type pkey: :py:class:`PKey` - :return: :py:data`None` + :return: :py:data:`None` """ if not isinstance(pkey, PKey): raise TypeError("pkey must be a PKey instance") |
