From fcb5d69aa93ad774f2ba1e8fee87b8569bf6aa67 Mon Sep 17 00:00:00 2001
From: Hollow Man <hollowman@hollowman.ml>
Date: Tue, 29 Dec 2020 00:31:56 +0800
Subject: [PATCH] Modify the comment for HistoryUndo

Signed-off-by: Hollow Man <hollowman@hollowman.ml>
---
 daemon/dnfdaemon-system.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/daemon/dnfdaemon-system.py b/daemon/dnfdaemon-system.py
index 070450f..b9811ac 100755
--- a/daemon/dnfdaemon-system.py
+++ b/daemon/dnfdaemon-system.py
@@ -297,7 +297,7 @@ class DnfDaemon(dnfdaemon.server.DnfDaemonBase):
                          out_signature='s',
                          sender_keyword='sender')
     def HistoryUndo(self, tid, sender=None):
-        """Get packages from a given yum history transaction id.
+        """Undo history from a given yum history transaction id.
 
         tid: history transaction id
         """
-- 
GitLab