Skip to content

Commit 8b50bab

Browse files
authored
SG-32773 Fix documentation regarding "in" filter prototype (#309)
* Fix documentation regarding "in" filter prototype
1 parent 4a8b26f commit 8b50bab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ Operators and Arguments
289289
# note that brackets are not literal (eg. ['start_date', 'in_last', 1, 'DAY'])
290290
'in_next' [[int], 'HOUR' | 'DAY' | 'WEEK' | 'MONTH' | 'YEAR']
291291
# note that brackets are not literal (eg. ['start_date', 'in_next', 1, 'DAY'])
292-
'in' [[field_value] | None, ...] # Array of field values
292+
'in' [[field_value], ...] # Array of field values
293293
'type_is' [string] | None # Shotgun entity type
294294
'type_is_not' [string] | None # Shotgun entity type
295295
'in_calendar_day' [int] # Offset (e.g. 0 = today, 1 = tomorrow,

0 commit comments

Comments
 (0)