]> granicus.if.org Git - python/commitdiff
Fix for SF bug 122176: Error in rotor module documentation.
authorTim Peters <tim.peters@gmail.com>
Tue, 14 Nov 2000 21:43:01 +0000 (21:43 +0000)
committerTim Peters <tim.peters@gmail.com>
Tue, 14 Nov 2000 21:43:01 +0000 (21:43 +0000)
Doc/lib/librotor.tex

index 6ed031cfeb30b74fcfb6759d4a20e860aa806330..ba7c4028653286ae7bec53e07c41283a9ef34b74 100644 (file)
@@ -54,13 +54,13 @@ string containing the ciphertext.
 
 \begin{methoddesc}[rotor]{decrypt}{ciphertext}
 Reset the rotor object to its initial state and decrypt \var{ciphertext},
-returning a string containing the ciphertext.  The plaintext string will
+returning a string containing the plaintext.  The plaintext string will
 always be the same length as the ciphertext.
 \end{methoddesc}
 
 \begin{methoddesc}[rotor]{decryptmore}{ciphertext}
 Decrypt \var{ciphertext} without resetting the rotor object, and return a
-string containing the ciphertext.
+string containing the plaintext.
 \end{methoddesc}
 
 An example usage: