From: Johannes Gijsbers Date: Mon, 30 Aug 2004 15:03:23 +0000 (+0000) Subject: Fix build error: \filename{/dev/urandom} -> \file{/dev/urandom}. X-Git-Tag: v2.4a3~53 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ed047486f5dd79cb594ef100362fe04ab1ef3e0a;p=python Fix build error: \filename{/dev/urandom} -> \file{/dev/urandom}. --- diff --git a/Doc/whatsnew/whatsnew24.tex b/Doc/whatsnew/whatsnew24.tex index b9d23c2267..9649d5b1bf 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.)