From: Tim Peters Date: Tue, 14 Nov 2000 21:43:01 +0000 (+0000) Subject: Fix for SF bug 122176: Error in rotor module documentation. X-Git-Tag: v2.1a1~734 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a3100de9ce508bb49dfb2616a32e3fd584b6064e;p=python Fix for SF bug 122176: Error in rotor module documentation. --- diff --git a/Doc/lib/librotor.tex b/Doc/lib/librotor.tex index 6ed031cfeb..ba7c402865 100644 --- a/Doc/lib/librotor.tex +++ b/Doc/lib/librotor.tex @@ -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: