Skip to content

Commit

Permalink
Code Review: Applied suggestions
Browse files Browse the repository at this point in the history
Fixed typos

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
Seluj78 and coderabbitai[bot] committed Jun 10, 2024
1 parent caa8406 commit 95b54b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ def create_user():

You can find the full documentation at [Read the Docs](https://flask-utils.readthedocs.io/en/latest/)


## Testing

Install the requirements
Expand Down Expand Up @@ -79,7 +78,9 @@ tox -p
- [ ] Move todo-list to GitHub issues
- [ ] Badges
- [ ] Automatic build/deployment (https://github.com/pypa/cibuildwheel)
- [ ] [cibuildwheel](https://github.com/pypa/cibuildwheel)
- [ ] https://github.com/PyCQA/flake8-bugbear
- [ ] [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear)
- [ ] Versioning of docs in Read the Docs
- [ ] Refactor documentation to avoid full links in docs (have `BadRequestError` instead of `flask_utils.errors.BadRequestError`)
- [ ] Add usage examples to documentation in the Usage section
2 changes: 1 addition & 1 deletion flask_utils/errors/notfound.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
class NotFoundError(_BaseFlaskException):
"""This is the NotFoundError exception class.
When raised, it will return 400 status code with the message and solution provided.
When raised, it will return 404 status code with the message and solution provided.
:param msg: The message to be displayed in the error.
:param solution: The solution to the error.
Expand Down

0 comments on commit 95b54b0

Please sign in to comment.