mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Issue #25523: Further a-to-an corrections.
This commit is contained in:
parent
7462b64911
commit
d65c9496da
34 changed files with 39 additions and 39 deletions
|
@ -148,7 +148,7 @@ into. For example, if you've just downloaded a module source distribution
|
|||
|
||||
On Windows, you'd probably download :file:`foo-1.0.zip`. If you downloaded the
|
||||
archive file to :file:`C:\\Temp`, then it would unpack into
|
||||
:file:`C:\\Temp\\foo-1.0`; you can use either a archive manipulator with a
|
||||
:file:`C:\\Temp\\foo-1.0`; you can use either an 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 and run::
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue