diff options
author | Guido van Rossum <guido@python.org> | 2004-06-03 13:56:05 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2004-06-03 13:56:05 (GMT) |
commit | 6dfed6c41f169f03ca9cd27c0a844d45055e94c5 (patch) | |
tree | 6e3c0ca6a575197ddaba52d1915b1f22f0fb55ea /Doc/whatsnew | |
parent | 3151e1850588ea31ac7e44c433e6c90416984e8a (diff) | |
download | cpython-6dfed6c41f169f03ca9cd27c0a844d45055e94c5.zip cpython-6dfed6c41f169f03ca9cd27c0a844d45055e94c5.tar.gz cpython-6dfed6c41f169f03ca9cd27c0a844d45055e94c5.tar.bz2 |
Fix typo.
Diffstat (limited to 'Doc/whatsnew')
-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 2ea4018..cdad65e 100644 --- a/Doc/whatsnew/whatsnew24.tex +++ b/Doc/whatsnew/whatsnew24.tex @@ -670,7 +670,7 @@ changes to your code: relying on the wrong order need to be fixed. \item \function{fcntl.ioctl} now warns if the mutate arg is omitted - and relavent. + and relevant. \end{itemize} |