Skip to content

Commit d0b0698

Browse files
authored
Fix broken links (#840)
1 parent f1a5cad commit d0b0698

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/viam/app/data_client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,10 +159,10 @@ class TabularDataPoint:
159159
"""The resource name"""
160160

161161
resource_api: str
162-
"""The resource API. Ex: `rdk:component:sensor`"""
162+
"""The resource API. Ex: rdk:component:sensor"""
163163

164164
method_name: str
165-
"""The method used for data capture. Ex: `Readings`"""
165+
"""The method used for data capture. Ex: Readings"""
166166

167167
time_captured: datetime
168168
"""The time at which the data point was captured"""

0 commit comments

Comments
 (0)