Skip to content

Commit d61286b

Browse files
author
Ubuntu
committed
missed typo
1 parent 9a35d69 commit d61286b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nucleus/dataset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ def get_scene(self, reference_id) -> Scene:
533533
)
534534

535535
def export_predictions(self, model):
536-
"""Exports all predications from a model on this dataset"""
536+
"""Exports all predictions from a model on this dataset"""
537537
json_response = self._client.make_request(
538538
payload=None,
539539
route=f"dataset/{self.id}/model/{model.id}/export",

0 commit comments

Comments
 (0)