Blame SOURCES/0004-command-fix-docstring-typo-or-OsError.patch

efe60d
 boom/command.py | 2 +-
efe60d
 1 file changed, 1 insertion(+), 1 deletion(-)
efe60d
efe60d
diff --git a/boom/command.py b/boom/command.py
efe60d
index be638df..c9c2f6b 100644
efe60d
--- a/boom/command.py
efe60d
+++ b/boom/command.py
efe60d
@@ -657,7 +657,7 @@ def create_entry(title, version, machine_id, root_device, lvm_root_lv=None,
efe60d
         :returns: a ``BootEntry`` object corresponding to the new entry.
efe60d
         :rtype: ``BootEntry``
efe60d
         :raises: ``ValueError`` if either required values are missing or
efe60d
-                 a duplicate entry exists, or``OsError`` if an error
efe60d
+                 a duplicate entry exists, or ``OsError`` if an error
efe60d
                  occurs while writing the entry file.
efe60d
     """
efe60d
     if not title and not profile.title: