summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt McKee <contactme@kurtmckee.org>2023-01-16 04:56:35 -0600
committerJürgen Gmach <juergen.gmach@googlemail.com>2023-01-16 13:46:45 +0100
commitaeaba413d33fb25f3ae6252525295539a367d32f (patch)
tree6984987b7de032a9767c1b304078ca168b72233a
parent7ccd0f10c72bfbddb5c62636dfa6d4c02ecc591c (diff)
downloadtox-git-aeaba413d33fb25f3ae6252525295539a367d32f.tar.gz
Fix rendering of `version_added`
-rw-r--r--docs/config.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/config.rst b/docs/config.rst
index 1141c16f..defebe00 100644
--- a/docs/config.rst
+++ b/docs/config.rst
@@ -303,7 +303,7 @@ Base options
.. conf::
:keys: parallel_show_output
:default: False
- :version_added: 3.7
+ :version_added: 3.7
If set to ``True`` the content of the output will always be shown when running in parallel mode.