Skip to content

Commit 3fb986a

Browse files
author
Dan
committed
Updated documentation
1 parent 1e40f2d commit 3fb986a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

doc/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@
6464
# built documents.
6565
#
6666
# The short X.Y version.
67-
version = '0.80'
67+
version = pssh.__version__
6868
# The full version, including alpha/beta/rc tags.
69-
release = '0.80.0'
69+
release = pssh.__version__
7070

7171
# The language for content autogenerated by Sphinx. Refer to documentation
7272
# for a list of supported languages.

pssh/pssh_client.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -425,10 +425,10 @@ def run_command(self, *args, **kwargs):
425425
426426
**Command with per-host arguments**
427427
428-
``host_args`` keyword parameter can be used to provide string formatting
429-
arguments to use to format the command string.
428+
``host_args`` keyword parameter can be used to provide arguments to use
429+
to format the command string.
430430
431-
``host_args`` should be at least as many as number of hosts.
431+
Number of ``host_args`` should be at least as many as number of hosts.
432432
433433
Any string format specification characters may be used in command string.
434434

0 commit comments

Comments
 (0)