diff options
author | Johannes Gijsbers <jlg@dds.nl> | 2004-08-30 15:03:23 (GMT) |
---|---|---|
committer | Johannes Gijsbers <jlg@dds.nl> | 2004-08-30 15:03:23 (GMT) |
commit | ed047486f5dd79cb594ef100362fe04ab1ef3e0a (patch) | |
tree | 9b9185d77b9e27931a27af09efc6de9fc6c45640 /Doc | |
parent | 5ae9743ea63a13006d98020f3410ec73bea8c31a (diff) | |
download | cpython-ed047486f5dd79cb594ef100362fe04ab1ef3e0a.zip cpython-ed047486f5dd79cb594ef100362fe04ab1ef3e0a.tar.gz cpython-ed047486f5dd79cb594ef100362fe04ab1ef3e0a.tar.bz2 |
Fix build error: \filename{/dev/urandom} -> \file{/dev/urandom}.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/whatsnew/whatsnew24.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/whatsnew24.tex b/Doc/whatsnew/whatsnew24.tex index b9d23c2..9649d5b 100644 --- a/Doc/whatsnew/whatsnew24.tex +++ b/Doc/whatsnew/whatsnew24.tex @@ -1121,7 +1121,7 @@ be replaced by the option's default value. \item A new \function{urandom(\var{n})} function was added to the \module{os} module, providing access to platform-specific sources of randomness such as -\filename{/dev/urandom} on Linux or the Windows CryptoAPI. The +\file{/dev/urandom} on Linux or the Windows CryptoAPI. The function returns a string containing \var{n} bytes of random data. (Contributed by Trevor Perrin.) |