From 2401d70c286ba945aee4ba5151f2ee5bc0816e01 Mon Sep 17 00:00:00 2001 From: Dhruva Kumar Date: Fri, 5 Jun 2026 22:00:25 +0530 Subject: [PATCH] docs: hyphenate "domain-specific" in documentation --- doc/en/example/nonpython.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/en/example/nonpython.rst b/doc/en/example/nonpython.rst index 54391d72fd4..822a5093312 100644 --- a/doc/en/example/nonpython.rst +++ b/doc/en/example/nonpython.rst @@ -48,7 +48,7 @@ now execute the test specification: You get one dot for the passing ``sub1: sub1`` check and one failure. Obviously in the above ``conftest.py`` you'll want to implement a more interesting interpretation of the yaml-values. You can easily write -your own domain specific testing language this way. +your own domain-specific testing language this way. .. note:: @@ -89,7 +89,7 @@ consulted when reporting in ``verbose`` mode. It should return a tuple .. regendoc:wipe While developing your custom test collection and execution it's also -interesting to just look at the collection tree: +interesting to look at the collection tree: .. code-block:: pytest