Skip to content

Commit 44c7248

Browse files
committed
typo
1 parent 186aadc commit 44c7248

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotly/api/v2/dash_apps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def create(body):
1515

1616

1717
def retrieve(fid):
18-
"""Retrieve a dashboard from Plotly."""
18+
"""Retrieve a dash app from Plotly."""
1919
url = build_url(RESOURCE, id=fid)
2020
return request('get', url)
2121

0 commit comments

Comments
 (0)