Skip to content

Commit 573e288

Browse files
authored
SG-30199 Fix typo (#280)
1 parent 86f64f3 commit 573e288

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

shotgun_api3/shotgun.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -857,7 +857,7 @@ def find_one(self, entity_type, filters, fields=None, order=None, filter_operato
857857
and ``"any"``. These are just another way of defining if the query is an AND or OR
858858
query. Defaults to ``"all"``.
859859
:param bool retired_only: Optional boolean when ``True`` will return only entities that have
860-
been retried. Defaults to ``False`` which returns only entities which have not been
860+
been retired. Defaults to ``False`` which returns only entities which have not been
861861
retired. There is no option to return both retired and non-retired entities in the
862862
same query.
863863
:param bool include_archived_projects: Optional boolean flag to include entities whose projects
@@ -959,7 +959,7 @@ def find(self, entity_type, filters, fields=None, order=None, filter_operator=No
959959
parameter to control how your query results are paged. Defaults to ``0`` which returns
960960
all entities that match.
961961
:param bool retired_only: Optional boolean when ``True`` will return only entities that have
962-
been retried. Defaults to ``False`` which returns only entities which have not been
962+
been retired. Defaults to ``False`` which returns only entities which have not been
963963
retired. There is no option to return both retired and non-retired entities in the
964964
same query.
965965
:param bool include_archived_projects: Optional boolean flag to include entities whose projects

0 commit comments

Comments
 (0)