summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Doc/whatsnew/whatsnew24.tex2
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.)