Skip to content

Commit 48b7a8a

Browse files
committed
Typo fixes in installation.txt doc.
1 parent 4f8a3ad commit 48b7a8a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

doc/installation.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ Apache HTTP Server with mod_wsgi
511511

512512
This is a work in progress thanks to Garth Jensen.
513513

514-
See the main web site for `mod_wsgi`_ whcih include directions for
514+
See the main web site for `mod_wsgi`_ which include directions for
515515
using mod_wsgi-express which is easier if you are not used to apache
516516
configuration. Also there is the
517517
`main mod_wsgi <https://modwsgi.readthedocs.io/en/develop/>`_ for more
@@ -556,9 +556,12 @@ method.
556556
1. The `mod_wsgi`_ PyPi page lists prerequisites for various types of
557557
systems. For Ubuntu, they are apache2 and apache2-dev. To see
558558
installed apache packages, you can use ``dpkg -l | grep apache``.
559-
If apache2 or apache2-dev are not installed, they install them with:
559+
If apache2 or apache2-dev are not installed, they install them
560+
with:
561+
560562
- ``sudo apt update``
561563
- ``sudo apt install apache2 apache2-dev``
564+
562565
2. If ``pip`` is not already installed, install it with
563566
``sudo apt install python-pip``
564567

0 commit comments

Comments
 (0)