Skip to content

Commit 74ae5b1

Browse files
author
Jihan Yin
committed
grammar
1 parent 592ed7d commit 74ae5b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nucleus/slice.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def append(
4949
"""
5050
if dataset_item_ids and reference_ids:
5151
raise Exception(
52-
"You cannot both dataset_item_ids and reference_ids"
52+
"You cannot specify both dataset_item_ids and reference_ids"
5353
)
5454

5555
payload: Dict[str, Any] = {}

0 commit comments

Comments
 (0)