Remove link from basecamera docstring
This commit is contained in:
parent
9a6f80edf4
commit
7ca94497c7
2 changed files with 1 additions and 1 deletions
Binary file not shown.
|
|
@ -646,7 +646,7 @@ class BaseCamera(lt.Thing):
|
||||||
"""Return camera-specific metadata.
|
"""Return camera-specific metadata.
|
||||||
|
|
||||||
By default, this just adds the subclass name as the camera type.
|
By default, this just adds the subclass name as the camera type.
|
||||||
Subclasses can extend by overriding this property and calling `super().thing_state`.
|
Subclasses can extend by overriding this property and calling super().thing_state.
|
||||||
"""
|
"""
|
||||||
return {"camera": self.__class__.__name__}
|
return {"camera": self.__class__.__name__}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue