pkgs/clan/lib: Fix documentation of from_ssh_uri in the Remote class

This commit is contained in:
a-kenji
2025-07-29 17:37:50 +02:00
parent b421698f70
commit 7ef09343ed

View File

@@ -104,7 +104,7 @@ class Remote:
address: str,
) -> "Remote":
"""
Parse a deployment address and return a Host object.
Parse a deployment address and return a Remote object.
"""
return parse_ssh_uri(machine_name=machine_name, address=address)