]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
Remove space before exclamation mark: "Wow that rocked !"
authorvrutsky <rutsky.vladimir@gmail.com>
Thu, 9 Jan 2014 14:02:36 +0000 (14:02 +0000)
committervrutsky <rutsky.vladimir@gmail.com>
Thu, 9 Jan 2014 14:02:36 +0000 (14:02 +0000)
docs/build/tutorial.rst

index 7da4292a5c679a0bacbd66a2a37fb94e0462c7cd..3493a9f9de3a9cd216f1983ad76f4606b52ac7d9 100644 (file)
@@ -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).