From: Felix Schwarz Date: Wed, 22 Feb 2012 22:53:10 +0000 (+0100) Subject: fix spelling X-Git-Tag: rel_0_2_2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11549d1f4c1889a1b72a1391e6ee41d67b47cdbf;p=thirdparty%2Fsqlalchemy%2Falembic.git fix spelling --- diff --git a/alembic/templates/generic/env.py b/alembic/templates/generic/env.py index 755bf4f5..229ed7e9 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)