]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Fix doc typo 'conjunection'
authorGunnlaugur Þór Briem <gunnlaugur@gmail.com>
Thu, 31 Jul 2014 23:26:18 +0000 (23:26 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 21 Aug 2014 21:35:17 +0000 (17:35 -0400)
lib/sqlalchemy/pool.py
test/orm/test_options.py

index 89cddfc312c67ab035b453bca59360b5e918c7b6..bc9affe4a176a0d403a6cafe911137aa3758589c 100644 (file)
@@ -305,7 +305,7 @@ class Pool(log.Identified):
         """Return a new :class:`.Pool`, of the same class as this one
         and configured with identical creation arguments.
 
-        This method is used in conjunection with :meth:`dispose`
+        This method is used in conjunction with :meth:`dispose`
         to close out an entire :class:`.Pool` and create a new one in
         its place.
 
index 6eba38d15cab453959c3801939872537ab645677..1c1a797a680bc93e8b6fb499fb58d5ca2c268763 100644 (file)
@@ -497,7 +497,7 @@ class OptionsTest(PathTest, QueryTest):
 
 class OptionsNoPropTest(_fixtures.FixtureTest):
     """test the error messages emitted when using property
-    options in conjunection with column-only entities, or
+    options in conjunction with column-only entities, or
     for not existing options
 
     """