Skip to content

Commit

Permalink
Merge branch '2.6' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
bitprophet committed Jun 6, 2021
2 parents 3447512 + ee18681 commit 0f8003a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sites/docs/getting-started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ straightforward approach could be to iterate over a list or tuple of

>>> from fabric import Connection
>>> for host in ('web1', 'web2', 'mac1'):
>>> result = Connection(host).run('uname -s')
... result = Connection(host).run('uname -s')
... print("{}: {}".format(host, result.stdout.strip()))
...
...
Expand Down

0 comments on commit 0f8003a

Please sign in to comment.