Skip to content

Commit 6819332

Browse files
committed
text fix
1 parent 3e0303e commit 6819332

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api_controller/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,4 +165,4 @@ It also provides a response argument of type `pagination.PaginatedResponseSchema
165165

166166
The `get_user_by_id` method uses `http_get` decorator and accepts a `user_id` argument of type int and a response argument of type UserSchema which will be used to serialize the user object.
167167

168-
The UsersController also use self.get_object_or_exception(self.user_model, id=user_id) which is a helper method that will raise an exception if the user object is not found.
168+
The UsersController also use `self.get_object_or_exception(self.user_model, id=user_id)` which is a helper method that will raise an exception if the user object is not found.

0 commit comments

Comments
 (0)