From 544eeee788153aa9ea117dd96c98eab474487b7c Mon Sep 17 00:00:00 2001 From: Wanda Date: Wed, 10 Apr 2024 06:12:42 +0200 Subject: [PATCH] build.run: fix broken link in docstring. --- amaranth/build/run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/amaranth/build/run.py b/amaranth/build/run.py index 003ad3c..6ea8550 100644 --- a/amaranth/build/run.py +++ b/amaranth/build/run.py @@ -165,7 +165,7 @@ class BuildPlan: ``connect_to`` is a dictionary that holds all input arguments to ``paramiko``'s ``SSHClient.connect`` - (`documentation `_). + (`documentation `_). At a minimum, the ``hostname`` input argument must be supplied in this dictionary as the remote server.