From: Mike Bayer Date: Wed, 16 Mar 2011 14:43:42 +0000 (-0400) Subject: double quote these X-Git-Tag: rel_0_7b3~16 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=83f8c4d24122340179f72863170dcfb74aa55897;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git double quote these --- diff --git a/lib/sqlalchemy/events.py b/lib/sqlalchemy/events.py index e29e7c2d83..50637705db 100644 --- a/lib/sqlalchemy/events.py +++ b/lib/sqlalchemy/events.py @@ -170,8 +170,8 @@ class DDLEvents(event.Events): The event is called before any action is taken against this dictionary, and the contents can be modified. - The :class:`.Column` specific arguments `info`, `key`, - and `quote` can also be added to the dictionary and + The :class:`.Column` specific arguments ``info``, ``key``, + and ``quote`` can also be added to the dictionary and will be passed to the constructor of :class:`.Column`. Note that this event is only meaningful if either