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

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