We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1b8410 commit a7d9e48Copy full SHA for a7d9e48
1 file changed
juju/machine.py
@@ -172,9 +172,9 @@ async def ssh(
172
return stdout.decode()
173
174
async def wait(self, timeout: int = 300) -> None:
175
- """Waits until the machie is ready to take ssh/scp commands.
+ """Waits until the machine is ready to take ssh/scp commands.
176
177
- :param int timeout: Timeout in seconds to wait for.
+ :param int timeout: Timeout in seconds.
178
"""
179
await block_until(lambda: self.safe_data["addresses"] and
180
self.agent_status == "started", timeout=timeout)
0 commit comments