summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt McKee <contactme@kurtmckee.org>2023-01-16 04:31:09 -0600
committerJürgen Gmach <juergen.gmach@googlemail.com>2023-01-16 13:49:30 +0100
commitd17994f3f5ad3f177d10936928d6eaee4bf876ed (patch)
tree845a7f193f8bf23874f9ccf4d769eac176f7d703
parentaeaba413d33fb25f3ae6252525295539a367d32f (diff)
downloadtox-git-d17994f3f5ad3f177d10936928d6eaee4bf876ed.tar.gz
Fix a RestructuredText typo
-rw-r--r--docs/changelog.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index 283e4808..c13111c8 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -28,7 +28,7 @@ Features - 4.3.0
of the broader string. (Prior to this change, ini-values were repeatedly re-substituted until
the expression no longer had modifications)
* Migrate and update "Substitutions" section of Configuration page from v3 docs.
- * ```find_replace_part`` is removed from ``tox.config.loader.ini.replace``
+ * ``find_replace_part`` is removed from ``tox.config.loader.ini.replace``
* New names exported from ``tox.config.loader.ini.replace``:
* ``find_replace_expr``
* ``MatchArg``