summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--paramiko/dsskey.py2
-rw-r--r--paramiko/rsakey.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/paramiko/dsskey.py b/paramiko/dsskey.py
index 0f6f07fd..c6488c57 100644
--- a/paramiko/dsskey.py
+++ b/paramiko/dsskey.py
@@ -17,7 +17,7 @@
# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
"""
-`.DSSKey`
+DSS keys.
"""
from Crypto.PublicKey import DSA
diff --git a/paramiko/rsakey.py b/paramiko/rsakey.py
index 0f879da2..c8b4daa9 100644
--- a/paramiko/rsakey.py
+++ b/paramiko/rsakey.py
@@ -17,7 +17,7 @@
# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
"""
-`.RSAKey`
+RSA keys.
"""
from Crypto.PublicKey import RSA