We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 933d23b commit f7e9e9eCopy full SHA for f7e9e9e
src/openai/_utils/_utils.py
@@ -137,7 +137,7 @@ def is_given(obj: _T | NotGiven | Omit) -> TypeGuard[_T]:
137
# Type safe methods for narrowing types with TypeVars.
138
# The default narrowing for isinstance(obj, dict) is dict[unknown, unknown],
139
# however this cause Pyright to rightfully report errors. As we know we don't
140
-# care about the contained types we can safely use `object` in it's place.
+# care about the contained types we can safely use `object` in its place.
141
#
142
# There are two separate functions defined, `is_*` and `is_*_t` for different use cases.
143
# `is_*` is for when you're dealing with an unknown input
0 commit comments