summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/events.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2011-03-16 10:43:42 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2011-03-16 10:43:42 -0400
commit83f8c4d24122340179f72863170dcfb74aa55897 (patch)
treee98cbda0cd5a44908747cddb60d6a2f5675b6416 /lib/sqlalchemy/events.py
parente93ca97baee6b64baf3115259e7e1a8ec05dfced (diff)
downloadsqlalchemy-83f8c4d24122340179f72863170dcfb74aa55897.tar.gz
double quote these
Diffstat (limited to 'lib/sqlalchemy/events.py')
-rw-r--r--lib/sqlalchemy/events.py4
1 files changed, 2 insertions, 2 deletions
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