docs: correcting docstring

This commit is contained in:
Mose Müller 2023-11-02 16:00:54 +01:00
parent d2c0b6968e
commit d45b835ea2

View File

@ -49,7 +49,7 @@ class DataService(rpyc.Service, AbstractDataService):
self.__root__: "DataService" = self
"""Keep track of the root object. This helps to filter the emission of
notifications. This overwrite the TaksManager's __root__ attribute."""
notifications."""
self._filename: Optional[str] = filename