From 1112627d6dd1f23dc066c1a723f5bfad01b31dab Mon Sep 17 00:00:00 2001 From: Marco Ricci Date: Sat, 28 Sep 2024 09:10:01 +0200 Subject: [PATCH] Fix bad docstring reference to Python standard library --- tests/conftest.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/conftest.py b/tests/conftest.py index 71d3335..e565b98 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -382,7 +382,7 @@ def spawn_ssh_agent( # noqa: C901 Yields: (tests.SpawnedSSHAgentInfo): - A [named tuple][collection.namedtuple] containing + A [named tuple][collections.namedtuple] containing information about the spawned agent, e.g. the software product, a client connected to the agent, and whether the agent is isolated from other clients. @@ -530,7 +530,7 @@ def ssh_agent_client_with_test_keys_loaded( # noqa: C901 Yields: (ssh_agent.SSHAgentClient): - A [named tuple][collection.namedtuple] containing + A [named tuple][collections.namedtuple] containing information about the spawned agent, e.g. the software product, a client connected to the agent, and whether the agent is isolated from other clients.