Issue #25523: Further a-to-an corrections.

This commit is contained in:
Serhiy Storchaka 2015-11-02 14:10:23 +02:00
parent 7462b64911
commit d65c9496da
34 changed files with 39 additions and 39 deletions

View file

@ -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::