From 9a094a9d3dab03c60b4527d4178c861545d42850 Mon Sep 17 00:00:00 2001 From: vrutsky Date: Thu, 9 Jan 2014 14:02:36 +0000 Subject: [PATCH] Remove space before exclamation mark: "Wow that rocked !" --- docs/build/tutorial.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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). -- 2.47.3