summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurens Van Houtven <_@lvh.io>2015-04-23 10:52:49 -0700
committerLaurens Van Houtven <_@lvh.io>2015-04-23 10:52:49 -0700
commit90c0914f2ae03afc16d3789223fe96f9ca79f17e (patch)
tree5afa204d5ce275635b8ffea76db5e6766daf3be8
parent5ee60b33b5323e2eab80d7059283ce49928a543d (diff)
downloadpyopenssl-90c0914f2ae03afc16d3789223fe96f9ca79f17e.tar.gz
How do you even grammar
-rw-r--r--OpenSSL/crypto.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSSL/crypto.py b/OpenSSL/crypto.py
index d642c6c..cab145d 100644
--- a/OpenSSL/crypto.py
+++ b/OpenSSL/crypto.py
@@ -173,7 +173,7 @@ class PKey(object):
def generate_key(self, type, bits):
"""
- Generate a key pair of the given type, with the given number of a bits.
+ Generate a key pair of the given type, with the given number of bits.
This generates a key "into" the this object.