mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
Change "\," to just "," in function signatures. This is easier to maintain,
works better with LaTeX2HTML, and allows some simplification of the python.sty macros.
This commit is contained in:
parent
c9a4438c16
commit
cce1090d49
129 changed files with 705 additions and 703 deletions
|
|
@ -10,7 +10,7 @@ attempting to crack \UNIX{} passwords with a dictionary.
|
|||
\index{crypt(3)}
|
||||
|
||||
\setindexsubitem{(in module crypt)}
|
||||
\begin{funcdesc}{crypt}{word\, salt}
|
||||
\begin{funcdesc}{crypt}{word, salt}
|
||||
\var{word} will usually be a user's password. \var{salt} is a
|
||||
2-character string which will be used to select one of 4096 variations
|
||||
of DES\indexii{cipher}{DES}. The characters in \var{salt} must be
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue