diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2003-10-19 07:32:24 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2003-10-19 07:32:24 (GMT) |
commit | 95cf84a4f3bd6b679e5c632512d02008b5ff8f46 (patch) | |
tree | f93ab403665c2d64621f4a4e12694f75d5b92142 /Doc/inst/inst.tex | |
parent | dd7eb146a8c5509a473b22f15eb91ada790fd0ce (diff) | |
download | cpython-95cf84a4f3bd6b679e5c632512d02008b5ff8f46.zip cpython-95cf84a4f3bd6b679e5c632512d02008b5ff8f46.tar.gz cpython-95cf84a4f3bd6b679e5c632512d02008b5ff8f46.tar.bz2 |
Patch #821093: Fix various typos.
Diffstat (limited to 'Doc/inst/inst.tex')
-rw-r--r-- | Doc/inst/inst.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/inst/inst.tex b/Doc/inst/inst.tex index f5f00b2..3885eb1 100644 --- a/Doc/inst/inst.tex +++ b/Doc/inst/inst.tex @@ -158,7 +158,7 @@ python setup.py install On Windows, you'd probably download \file{foo-1.0.zip}. If you downloaded the archive file to \file{C:\textbackslash{}Temp}, then it would unpack into \file{C:\textbackslash{}Temp\textbackslash{}foo-1.0}; -you can use either a archive manipulator with a grapical user interface +you can use either a archive manipulator with a graphical user interface (such as WinZip) or a command-line tool (such as \program{unzip} or \program{pkunzip}) to unpack the archive. Then, open a command prompt window (``DOS box''), and run: |