From b31ccc04e31a01be4f3e56304fba08d071ada59a Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Mon, 11 Mar 2024 08:47:21 -0400 Subject: [PATCH] spelling: visibility Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/_pytest/fixtures.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_pytest/fixtures.py b/src/_pytest/fixtures.py index 465f61473f..02982e0f84 100644 --- a/src/_pytest/fixtures.py +++ b/src/_pytest/fixtures.py @@ -1680,7 +1680,7 @@ def parsefactories( If `node_or_object` is a collection node (with an underlying Python object), the node's object is traversed and the node's nodeid is used to - determine the fixtures' visibilty. `nodeid` must not be specified in + determine the fixtures' visibility. `nodeid` must not be specified in this case. If `node_or_object` is an object (e.g. a plugin), the object is