diff --git a/src/viam/services/worldstatestore/worldstatestore.py b/src/viam/services/worldstatestore/worldstatestore.py index a4eefc0ce..538d8f9ee 100644 --- a/src/viam/services/worldstatestore/worldstatestore.py +++ b/src/viam/services/worldstatestore/worldstatestore.py @@ -17,7 +17,7 @@ class WorldStateStore(ServiceBase): changes to world state transforms, which represent the pose of objects in different reference frames. This functionality can be used to create custom visualizations of the world state. - For more information, see `WorldStateStore service `_. + For more information, see `WorldStateStore service `_. """ API: Final = API( # pyright: ignore [reportIncompatibleVariableOverride]