]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
something changed the name here, probably one of those doc pullreqs
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 21 Nov 2013 22:24:51 +0000 (17:24 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 21 Nov 2013 22:24:51 +0000 (17:24 -0500)
test/engine/test_transaction.py

index 7738dfb342918c1b5fa185bb3e20e61eb1d8bcf3..9c45cfddcf51ac68da39c05049c197c823c6b51e 100644 (file)
@@ -503,7 +503,7 @@ class ExplicitAutoCommitTest(fixtures.TestBase):
         conn2.close()
 
     @testing.uses_deprecated(r'autocommit on select\(\) is deprecated',
-                             r'autocommit\(\) is deprecated')
+                             r'``autocommit\(\)`` is deprecated')
     def test_explicit_compiled_deprecated(self):
         conn1 = testing.db.connect()
         conn2 = testing.db.connect()