[Python-checkins] CVS: python/dist/src/Doc/lib librotor.tex,1.16,1.17

Tim Peters python-dev@python.org
Tue, 14 Nov 2000 13:43:04 -0800


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory slayer.i.sourceforge.net:/tmp/cvs-serv2579/python/dist/src/doc/lib

Modified Files:
	librotor.tex 
Log Message:
Fix for SF bug 122176: Error in rotor module documentation.


Index: librotor.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/librotor.tex,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -r1.16 -r1.17
*** librotor.tex	2000/10/10 17:03:45	1.16
--- librotor.tex	2000/11/14 21:43:01	1.17
***************
*** 55,59 ****
  \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
  always be the same length as the ciphertext.
  \end{methoddesc}
--- 55,59 ----
  \begin{methoddesc}[rotor]{decrypt}{ciphertext}
  Reset the rotor object to its initial state and decrypt \var{ciphertext},
! returning a string containing the plaintext.  The plaintext string will
  always be the same length as the ciphertext.
  \end{methoddesc}
***************
*** 61,65 ****
  \begin{methoddesc}[rotor]{decryptmore}{ciphertext}
  Decrypt \var{ciphertext} without resetting the rotor object, and return a
! string containing the ciphertext.
  \end{methoddesc}
  
--- 61,65 ----
  \begin{methoddesc}[rotor]{decryptmore}{ciphertext}
  Decrypt \var{ciphertext} without resetting the rotor object, and return a
! string containing the plaintext.
  \end{methoddesc}