From 0b0db7ab4ad89297637a75952366ef8456508472 Mon Sep 17 00:00:00 2001 From: David Todd Date: Sat, 18 Jan 2020 20:01:36 -0600 Subject: [PATCH] Change module comment --- db/db.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/db/db.py b/db/db.py index db2bb1f..5273305 100644 --- a/db/db.py +++ b/db/db.py @@ -1,7 +1,10 @@ #!/usr/bin/env python3 # Copyright 2020 - David Todd (c0de@c0defox.es) # Licensed under the MIT License (https://opensource.org/licenses/MIT) -# This file contains the database for a simple bookmarking application + +""" + This file contains the database for a simple bookmarking application +""" import datetime import sqlite3