Skip to content

Commit

Permalink
fix(typo): fix some typos
Browse files Browse the repository at this point in the history
  • Loading branch information
jlebunetel committed Mar 20, 2024
1 parent dfa0df5 commit ac04c44
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ A generic application to make the development of Django modules easier.

![version](https://img.shields.io/badge/version-2.6.2-blue)
![python_version](https://img.shields.io/badge/python-3.12-blue)
![bandit_action](https://github.com/jlebunetel/toolbox/actions/workflows/bandit.yml/badge.svg)
![pip-audit_action](https://github.com/jlebunetel/toolbox/actions/workflows/pip-audit.yml/badge.svg)
![pre-commit_action](https://github.com/jlebunetel/toolbox/actions/workflows/pre-commit.yml/badge.svg)
![pytest_action](https://github.com/jlebunetel/toolbox/actions/workflows/pytest.yml/badge.svg)
![bandit_action](https://github.com/jlebunetel/toolbox/actions/workflows/bandit.yml/badge.svg)
![pip-audit_action](https://github.com/jlebunetel/toolbox/actions/workflows/pip-audit.yml/badge.svg)

## Features

Expand Down
2 changes: 1 addition & 1 deletion apps/anniversaries/urls.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""URL configuration for the 'core' application."""
"""URL configuration for the 'anniversaries' application."""

from anniversaries.views import calendar_detail
from django.urls import URLPattern, URLResolver, path
Expand Down

0 comments on commit ac04c44

Please sign in to comment.