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
@@ -328,7 +328,7 @@ customer = response.parse() # get the object that `customers.create()` would ha
328
328
print(customer.id)
329
329
```
330
330
331
-
These methods return a [`LegagcyAPIResponse`](https://github.com/orbcorp/orb-python/tree/main/src/orb/_legacy_response.py) object. This is a legacy class as we're changing it slightly in the next major version.
331
+
These methods return a [`LegacyAPIResponse`](https://github.com/orbcorp/orb-python/tree/main/src/orb/_legacy_response.py) object. This is a legacy class as we're changing it slightly in the next major version.
332
332
333
333
For the sync client this will mostly be the same with the exception
334
334
of `content` & `text` will be methods instead of properties. In the
0 commit comments