From da135b1b59932b320da77df96e75e2dae0eb4a66 Mon Sep 17 00:00:00 2001 From: Mike Place Date: Wed, 7 Dec 2016 06:21:02 -0700 Subject: [PATCH] Fix docs --- salt/modules/status.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/modules/status.py b/salt/modules/status.py index d04fd4e844..9ad5d11418 100644 --- a/salt/modules/status.py +++ b/salt/modules/status.py @@ -211,7 +211,7 @@ def loadavg(): salt '*' status.loadavg - :raises NotImpelemnted: If the system cannot report loadaverages to Python + :raises CommandExecutionError: If the system cannot report loadaverages to Python ''' try: load_avg = os.getloadavg()