D404: fix

This commit is contained in:
Jörg Thalheim
2025-08-20 21:39:06 +02:00
parent 34816013ad
commit ef5ab0c2f4
10 changed files with 14 additions and 14 deletions

View File

@@ -23,7 +23,7 @@ log = logging.getLogger(__name__)
class MainApplication(Adw.Application):
"""This class is initialized every time the app is started
"""Initialized every time the app is started.
Only the Adw.ApplicationWindow is a singleton.
So don't use any singletons in the Adw.Application class.
"""

View File

@@ -46,7 +46,7 @@ class JoinValue(GObject.Object):
class JoinList:
"""This is a singleton.
"""Singleton class.
It is initialized with the first call of use()
"""

View File

@@ -8,7 +8,7 @@ from gi.repository import Adw
class ViewStack:
"""This is a singleton.
"""Singleton class.
It is initialized with the first call of use()
Usage: