summaryrefslogtreecommitdiffstats
path: root/cobbler/api.py
diff options
context:
space:
mode:
Diffstat (limited to 'cobbler/api.py')
-rw-r--r--cobbler/api.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cobbler/api.py b/cobbler/api.py
index fae5d64..bc95a29 100644
--- a/cobbler/api.py
+++ b/cobbler/api.py
@@ -111,7 +111,7 @@ class BootAPI:
def enchant(self,sysname,password):
"""
Apply a system profile to a running remote system, replacing
- the current OS.
+ the current OS.
"""
enchant = action_enchant.Enchant(self._config,sysname,password)
return enchant.run()