Marco Ricci commited on 2024-09-28 09:10:01
Zeige 1 geänderte Dateien mit 2 Einfügungen und 2 Löschungen.
| ... | ... |
@@ -382,7 +382,7 @@ def spawn_ssh_agent( # noqa: C901 |
| 382 | 382 |
|
| 383 | 383 |
Yields: |
| 384 | 384 |
(tests.SpawnedSSHAgentInfo): |
| 385 |
- A [named tuple][collection.namedtuple] containing |
|
| 385 |
+ A [named tuple][collections.namedtuple] containing |
|
| 386 | 386 |
information about the spawned agent, e.g. the software |
| 387 | 387 |
product, a client connected to the agent, and whether the |
| 388 | 388 |
agent is isolated from other clients. |
| ... | ... |
@@ -530,7 +530,7 @@ def ssh_agent_client_with_test_keys_loaded( # noqa: C901 |
| 530 | 530 |
|
| 531 | 531 |
Yields: |
| 532 | 532 |
(ssh_agent.SSHAgentClient): |
| 533 |
- A [named tuple][collection.namedtuple] containing |
|
| 533 |
+ A [named tuple][collections.namedtuple] containing |
|
| 534 | 534 |
information about the spawned agent, e.g. the software |
| 535 | 535 |
product, a client connected to the agent, and whether the |
| 536 | 536 |
agent is isolated from other clients. |
| 537 | 537 |