summaryrefslogtreecommitdiff
path: root/Doc
diff options
context:
space:
mode:
authorakuchling <akuchling@rivest.dlitz.net>2003-04-12 02:11:47 -0700
committerakuchling <akuchling@rivest.dlitz.net>2003-04-12 02:11:47 -0700
commita681fa97c6b8d692c187dd5c3a2b935966052053 (patch)
treef7df9b56e88fe114c14d61f0608467e952604e5e /Doc
parentfbbb42c539085eb65c65ecf87a10129b9c3ebd40 (diff)
downloadpycrypto-a681fa97c6b8d692c187dd5c3a2b935966052053.tar.gz
[project @ akuchling-20030412091147-9749ca59275ef2c5]
[project @ 2003-04-12 02:11:47 by akuchling] Fix silly error pointed out by Wallace Owen
Diffstat (limited to 'Doc')
-rw-r--r--Doc/pycrypt.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/pycrypt.tex b/Doc/pycrypt.tex
index f9c39e4..f05a079 100644
--- a/Doc/pycrypt.tex
+++ b/Doc/pycrypt.tex
@@ -707,7 +707,7 @@ returns false otherwise.
\begin{methoddesc}{can_encrypt}{}
Returns true if the algorithm is capable of encrypting and decrypting
-data; returns false otherwise. To test if a given key object can sign
+data; returns false otherwise. To test if a given key object can encrypt
data, use \code{key.can_encrypt() and key.has_private()}.
\end{methoddesc}