Gabriel-Adrian Samfira пре 6 година
родитељ
комит
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.
     """