From: vrutsky Date: Thu, 9 Jan 2014 14:02:36 +0000 (+0000) Subject: Remove space before exclamation mark: "Wow that rocked !" X-Git-Tag: rel_0_6_3~18^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a094a9d3dab03c60b4527d4178c861545d42850;p=thirdparty%2Fsqlalchemy%2Falembic.git Remove space before exclamation mark: "Wow that rocked !" --- diff --git a/docs/build/tutorial.rst b/docs/build/tutorial.rst index 7da4292a..3493a9f9 100644 --- a/docs/build/tutorial.rst +++ b/docs/build/tutorial.rst @@ -318,7 +318,7 @@ in most cases just to tell it "the most recent", in this case ``head``:: INFO [alembic.context] Will assume transactional DDL. INFO [alembic.context] Running upgrade None -> 1975ea83b712 -Wow that rocked ! Note that the information we see on the screen is the result of the +Wow that rocked! Note that the information we see on the screen is the result of the logging configuration set up in ``alembic.ini`` - logging the ``alembic`` stream to the console (standard error, specifically).