diff options
Diffstat (limited to 'budget/web.py')
| -rw-r--r-- | budget/web.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/budget/web.py b/budget/web.py index 715a223..31c2ced 100644 --- a/budget/web.py +++ b/budget/web.py @@ -18,7 +18,7 @@ are directly handled in the forms module. Basically, this blueprint takes care of the authentication and provides some shortcuts to make your life better when coding (see `pull_project` -and `add_project_id` for a quick overview +and `add_project_id` for a quick overview) """ main = Blueprint("main", __name__) |
