Skip to content

Commit 53bbb37

Browse files
authored
Remove stray colons in config.rst left over from #3111 (#3120)
1 parent 1b9c225 commit 53bbb37

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

docs/changelog/3118.bugfix.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix bug in ``config.rst`` by removing stray colons left over from (:issue:`3111`) - by :user:`posita`.

docs/config.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1023,19 +1023,19 @@ For example, given this config:
10231023
foo=bar
10241024
commands = pytest tests
10251025
1026-
You could enable ``ignore_errors`` by running::
1026+
You could enable ``ignore_errors`` by running:
10271027

10281028
.. code-block:: bash
10291029
10301030
tox --override testenv.ignore_errors=True
10311031
1032-
You could add additional dependencies by running::
1032+
You could add additional dependencies by running:
10331033

10341034
.. code-block:: bash
10351035
10361036
tox --override testenv.deps+=pytest-xdist,pytest-cov
10371037
1038-
You could set additional environment variables by running::
1038+
You could set additional environment variables by running:
10391039

10401040
.. code-block:: bash
10411041

docs/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Installing an unreleased version is discouraged and should be only done for test
5555
a pip version of at least ``18.0.0`` and use the following command:
5656

5757

58-
.. code-block:: console
58+
.. code-block:: bash
5959
6060
pip install git+https://github.com/tox-dev/tox.git@rewrite
6161

0 commit comments

Comments
 (0)