Module docstring tweaks for keys

This commit is contained in:
Jeff Forcier 2014-02-24 10:06:24 -08:00
parent f76485f766
commit 1556853713
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@
# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
"""
`.DSSKey`
DSS keys.
"""
from Crypto.PublicKey import DSA

View File

@ -17,7 +17,7 @@
# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
"""
`.RSAKey`
RSA keys.
"""
from Crypto.PublicKey import RSA