summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriele <gabrielegerbino@gmail.com>2016-10-04 16:23:33 -0400
committerPeter Sprygada <psprygada@ansible.com>2016-10-04 16:24:51 -0400
commita6b8215e62408e1e2939ad141ed97b09677a4eff (patch)
treed375ac573e084ae530680cc3c95c816e12f33f48
parent011cf52c76aed459634666818b394ffb31dd7062 (diff)
downloadansible-modules-core-a6b8215e62408e1e2939ad141ed97b09677a4eff.tar.gz
Fixing docstring (#5130)
-rw-r--r--network/nxos/nxos_install_os.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/network/nxos/nxos_install_os.py b/network/nxos/nxos_install_os.py
index 4f5150e6..705e13b3 100644
--- a/network/nxos/nxos_install_os.py
+++ b/network/nxos/nxos_install_os.py
@@ -29,8 +29,8 @@ notes:
of failure and check actual module results. See EXAMPLE for more about
this. The first task on the rescue block is needed to make sure the
device has completed all checks and it started to reboot. The second
- task is needed to wait the device to come back up. Last two tasks are
- used to verify the installation process's been successful.
+ task is needed to wait for the device to come back up. The last two tasks
+ are used to verify the installation process was successful.
- Do not include full file paths, just the name of the file(s) stored on
the top level flash directory.
- You must know if your platform supports taking a kickstart image as a