mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-04-20 08:20:02 +02:00
docs: correcting docstring
This commit is contained in:
parent
d2c0b6968e
commit
d45b835ea2
@ -49,7 +49,7 @@ class DataService(rpyc.Service, AbstractDataService):
|
|||||||
|
|
||||||
self.__root__: "DataService" = self
|
self.__root__: "DataService" = self
|
||||||
"""Keep track of the root object. This helps to filter the emission of
|
"""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
|
self._filename: Optional[str] = filename
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user