Skip to content

Commit 2c3291c

Browse files
chore(internal): grammar fix (it's -> its)
1 parent 71f4f09 commit 2c3291c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/llama_stack_client/_utils/_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ def is_given(obj: _T | NotGiven | Omit) -> TypeGuard[_T]:
139139
# Type safe methods for narrowing types with TypeVars.
140140
# The default narrowing for isinstance(obj, dict) is dict[unknown, unknown],
141141
# however this cause Pyright to rightfully report errors. As we know we don't
142-
# care about the contained types we can safely use `object` in it's place.
142+
# care about the contained types we can safely use `object` in its place.
143143
#
144144
# There are two separate functions defined, `is_*` and `is_*_t` for different use cases.
145145
# `is_*` is for when you're dealing with an unknown input

0 commit comments

Comments
 (0)