You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -313,7 +313,7 @@ directory = response.parse() # get the object that `hris.directory.list()` woul
313
313
print(directory.id)
314
314
```
315
315
316
-
These methods return a [`LegagcyAPIResponse`](https://github.com/Finch-API/finch-api-python/tree/main/src/finch/_legacy_response.py) object. This is a legacy class as we're changing it slightly in the next major version.
316
+
These methods return a [`LegacyAPIResponse`](https://github.com/Finch-API/finch-api-python/tree/main/src/finch/_legacy_response.py) object. This is a legacy class as we're changing it slightly in the next major version.
317
317
318
318
For the sync client this will mostly be the same with the exception
319
319
of `content` & `text` will be methods instead of properties. In the
0 commit comments