From 510b21a1bb8772ffd39a92ecd38fc738b88a1f31 Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Sat, 18 Aug 2018 02:47:45 -0700 Subject: Clean up code-blocks in typographical-conventions --- docs/typographical-conventions.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'docs') diff --git a/docs/typographical-conventions.rst b/docs/typographical-conventions.rst index 2bfe4ffa6..76fdf8ace 100644 --- a/docs/typographical-conventions.rst +++ b/docs/typographical-conventions.rst @@ -73,17 +73,17 @@ XML: Some XML -Unix shell commands are prefixed with a ``$`` character. (See :term:`venv` for the meaning of ``$VENV``.) +Unix shell commands (See :term:`venv` for the meaning of ``$VENV``.): .. code-block:: bash - $ $VENV/bin/pip install -e . + $VENV/bin/pip install -e . -Windows commands are prefixed with a drive letter with an optional directory name. (See :term:`venv` for the meaning of ``%VENV%``.) +Windows commands (See :term:`venv` for the meaning of ``%VENV%``.): .. code-block:: doscon - c:\> %VENV%\Scripts\pserve development.ini + %VENV%\Scripts\pserve development.ini cfg: @@ -128,7 +128,7 @@ When a command that should be typed on one line is too long to fit on the displa .. code-block:: bash - $ $VENV/bin/py.test tutorial/tests.py --cov-report term-missing \ + $VENV/bin/py.test tutorial/tests.py --cov-report term-missing \ --cov=tutorial -q -- cgit v1.2.3