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

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