Marek Marczykowski-Górecki 7 years ago
parent
commit
1692601fcd
1 changed files with 2 additions and 2 deletions
  1. 2 2
      qubes/vm/qubesvm.py

+ 2 - 2
qubes/vm/qubesvm.py

@@ -261,12 +261,12 @@ class QubesVM(qubes.vm.mix.net.NetVMMixin, qubes.vm.BaseVM):
             not fully usable. This will cause the domain to be in "transient"
             not fully usable. This will cause the domain to be in "transient"
             state in the domain lifecycle.
             state in the domain lifecycle.
 
 
-        .. event:: domain-qtb-create (subject, event)
+        .. event:: domain-qdb-create (subject, event)
 
 
             Fired at the end of :py:meth:`create_qdb_entries` method.
             Fired at the end of :py:meth:`create_qdb_entries` method.
 
 
             :param subject: Event emitter (the qube object)
             :param subject: Event emitter (the qube object)
-            :param event: Event name (``'domain-qtb-create'``)
+            :param event: Event name (``'domain-qdb-create'``)
 
 
             This event is a good place to add your custom entries to the qdb.
             This event is a good place to add your custom entries to the qdb.