Gabriel-Adrian Samfira 6 лет назад
Родитель
Сommit
ecc5076fb2
2 измененных файлов с 3 добавлено и 3 удалено
  1. 2 2
      coriolis/osmorphing/debian.py
  2. 1 1
      coriolis/utils.py

+ 2 - 2
coriolis/osmorphing/debian.py

@@ -2,10 +2,10 @@
 # All Rights Reserved.
 
 import os
-import yaml
-
 from io import StringIO
 
+import yaml
+
 from coriolis import utils
 from coriolis.osmorphing import base
 

+ 1 - 1
coriolis/utils.py

@@ -616,7 +616,7 @@ class Grub2ConfigEditor(object):
     /etc/default/grub. This class tries to preserve commented
     and empty lines.
     NOTE: This class does not actually write to file during
-    commit. Rhather, it will mutate it's internal view iof the
+    commit. Rhather, it will mutate it's internal view of the
     contents of that file with the latest changes made.
     Use dump() to get the file contents.
     """