From 83f8c4d24122340179f72863170dcfb74aa55897 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Wed, 16 Mar 2011 10:43:42 -0400 Subject: double quote these --- lib/sqlalchemy/events.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/sqlalchemy/events.py') diff --git a/lib/sqlalchemy/events.py b/lib/sqlalchemy/events.py index e29e7c2d8..50637705d 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 -- cgit v1.2.1