]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
double quote these
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 16 Mar 2011 14:43:42 +0000 (10:43 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 16 Mar 2011 14:43:42 +0000 (10:43 -0400)
lib/sqlalchemy/events.py

index e29e7c2d839444410a2894b677c78318db1d0a6c..50637705dbd08c9b65f4d52107c8e3b40b6bc1a3 100644 (file)
@@ -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