]> granicus.if.org Git - python/commitdiff
Fix build error: \filename{/dev/urandom} -> \file{/dev/urandom}.
authorJohannes Gijsbers <jlg@dds.nl>
Mon, 30 Aug 2004 15:03:23 +0000 (15:03 +0000)
committerJohannes Gijsbers <jlg@dds.nl>
Mon, 30 Aug 2004 15:03:23 +0000 (15:03 +0000)
Doc/whatsnew/whatsnew24.tex

index b9d23c2267ef5b4f715838c86389bd482497ec65..9649d5b1bf726f0c6d037f1a4339b12cedb01b26 100644 (file)
@@ -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.)