From 56ab4abcec366edfd4a7243aa953b253651b9198 Mon Sep 17 00:00:00 2001
From: Daniel Bauer <daniel.j.bauer@fau.de>
Date: Fri, 31 Jan 2025 10:15:22 +0100
Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s)

Co-authored-by: Daniel Bauer <daniel.j.bauer@fau.de>
---
 docs/source/contributing/testing.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/source/contributing/testing.md b/docs/source/contributing/testing.md
index da8ca2d16..b9c93b0d2 100644
--- a/docs/source/contributing/testing.md
+++ b/docs/source/contributing/testing.md
@@ -52,7 +52,7 @@ These fixtures are defined in `tests/fixtures.py`.
 
 ### Overriding Fixtures
 
-Pytest allows you to locally override fixtures, which can be especially practical when you wish
+Pytest allows you to locally override fixtures, which can be especially handy when you wish
 to restrict the target selection of a test.
 For example, the following test overrides `target` using a parametrization mark,
 and uses this in combination with the `gen_config` fixture, which now
-- 
GitLab