mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Consistency: "{\bf ...}" ==> "\strong{...}"
"{\em ...}" ==> "\emph{...}" Not at all sure what to do with "{\rm ...}". Leaving it for now.
This commit is contained in:
parent
b215137224
commit
af8a015c93
34 changed files with 62 additions and 60 deletions
|
@ -2,7 +2,7 @@
|
|||
\label{module-crypt}
|
||||
\bimodindex{crypt}
|
||||
|
||||
This module implements an interface to the crypt({\bf 3}) routine,
|
||||
This module implements an interface to the crypt(\strong{3}) routine,
|
||||
which is a one-way hash function based upon a modified DES algorithm;
|
||||
see the \UNIX{} man page for further details. Possible uses include
|
||||
allowing Python scripts to accept typed passwords from the user, or
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue