Skip to content

Commit 6cc0cf3

Browse files
committed
Minor comment update
1 parent 5721f60 commit 6cc0cf3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/core/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@
145145
PLATFORM = os.name
146146
PYVERSION = sys.version.split()[0]
147147

148-
# Database management system specific variables
148+
# DBMS system databases
149149
MSSQL_SYSTEM_DBS = ("Northwind", "master", "model", "msdb", "pubs", "tempdb")
150150
MYSQL_SYSTEM_DBS = ("information_schema", "mysql") # Before MySQL 5.0 only "mysql"
151151
PGSQL_SYSTEM_DBS = ("information_schema", "pg_catalog", "pg_toast")

0 commit comments

Comments
 (0)