Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 95b54b0

Browse files
Code Review: Applied suggestions
Fixed typos Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent caa8406 commit 95b54b0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ def create_user():
4949

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

52-
5352
## Testing
5453

5554
Install the requirements
@@ -79,7 +78,9 @@ tox -p
7978
- [ ] Move todo-list to GitHub issues
8079
- [ ] Badges
8180
- [ ] Automatic build/deployment (https://github.com/pypa/cibuildwheel)
81+
- [ ] [cibuildwheel](https://github.com/pypa/cibuildwheel)
8282
- [ ] https://github.com/PyCQA/flake8-bugbear
83+
- [ ] [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear)
8384
- [ ] Versioning of docs in Read the Docs
8485
- [ ] Refactor documentation to avoid full links in docs (have `BadRequestError` instead of `flask_utils.errors.BadRequestError`)
8586
- [ ] Add usage examples to documentation in the Usage section

flask_utils/errors/notfound.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
class NotFoundError(_BaseFlaskException):
55
"""This is the NotFoundError exception class.
66
7-
When raised, it will return 400 status code with the message and solution provided.
7+
When raised, it will return 404 status code with the message and solution provided.
88
99
:param msg: The message to be displayed in the error.
1010
:param solution: The solution to the error.

0 commit comments

Comments
 (0)