mirror of
https://github.com/kennethreitz/instructor.git
synced 2026-06-05 22:50:18 +00:00
typo
This commit is contained in:
+1
-1
@@ -179,7 +179,7 @@ class UserWithAddress(UserDetails):
|
||||
address: str
|
||||
|
||||
class UserWithFriends(UserDetails):
|
||||
best_friend: UserDetail
|
||||
best_friend: UserDetails
|
||||
friends: List[UserDetails]
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user