]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Typo: Added missing "if".
authorFred Drake <fdrake@acm.org>
Mon, 23 Jul 2001 19:20:56 +0000 (19:20 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 23 Jul 2001 19:20:56 +0000 (19:20 +0000)
This is part of SF patch #442788.

Doc/lib/libos.tex

index b6e0bfa703a8111a2d24745736a07ebdae376ffa..dc250a1079dfde31ec7530e88ed29bb25d7bd1a9 100644 (file)
@@ -995,7 +995,7 @@ and no way to retrieve the application's exit status.  The \var{path}
 parameter is relative to the current directory.  If you want to use an
 absolute path, make sure the first character is not a slash
 (\character{/}); the underlying Win32 \cfunction{ShellExecute()}
-function doesn't work it is.  Use the \function{os.path.normpath()}
+function doesn't work if it is.  Use the \function{os.path.normpath()}
 function to ensure that the path is properly encoded for Win32.
 Availability: Windows.
 \versionadded{2.0}