]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
fix spelling
authorFelix Schwarz <felix.schwarz@oss.schwarz.eu>
Wed, 22 Feb 2012 22:53:10 +0000 (23:53 +0100)
committerFelix Schwarz <felix.schwarz@oss.schwarz.eu>
Wed, 22 Feb 2012 22:53:10 +0000 (23:53 +0100)
alembic/templates/generic/env.py

index 755bf4f524124a3ff119f3434bc92b10896854d5..229ed7e9a66bc9edb234bf023fcde71453bf4dae 100644 (file)
@@ -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)