summaryrefslogtreecommitdiff
path: root/alembic
diff options
context:
space:
mode:
authorFelix Schwarz <felix.schwarz@oss.schwarz.eu>2012-02-22 23:53:10 +0100
committerFelix Schwarz <felix.schwarz@oss.schwarz.eu>2012-02-22 23:53:10 +0100
commit11549d1f4c1889a1b72a1391e6ee41d67b47cdbf (patch)
tree1ddd2138ec183202a312d5493541e67522e1d80b /alembic
parent2c314ebe69d396fe4fdaa1fa0a3ceab931af29ef (diff)
downloadalembic-11549d1f4c1889a1b72a1391e6ee41d67b47cdbf.tar.gz
fix spelling
Diffstat (limited to 'alembic')
-rw-r--r--alembic/templates/generic/env.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/alembic/templates/generic/env.py b/alembic/templates/generic/env.py
index 755bf4f..229ed7e 100644
--- a/alembic/templates/generic/env.py
+++ b/alembic/templates/generic/env.py
@@ -7,7 +7,7 @@ from logging.config import fileConfig
# access to the values within the .ini file in use.
config = context.config
-# Interpret the config file for Pyhton logging.
+# Interpret the config file for Python logging.
# This line sets up loggers basically.
fileConfig(config.config_file_name)