Skip to content

Commit

Permalink
fix several typos
Browse files Browse the repository at this point in the history
  • Loading branch information
jhermann committed Oct 9, 2018
1 parent 81ae8db commit e42a8db
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/python-images.rst
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,9 @@ Also, timely security updates are not guaranteed for the PPA release channel.

Note that for the ``pip`` installation via ``get-pip.py``,
the command ``set -o pipefail`` is used to ensure the build fails if ``wget`` fails.
That in turn requires using the ``SHELL`` instruction to switch teh default shell
form ``dash``, which does not implement ``set -o``, to `?`bas`` which supports that option.
That in turn requires using the ``SHELL`` instruction to switch the default shell
from ``dash``, which does not implement ``set -o`` shell options,
to ``bash`` which supports that option.

.. code-block:: docker
Expand Down

0 comments on commit e42a8db

Please sign in to comment.