]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Typo
authorSeverin Orth <severin.orth@nicta.com.au>
Thu, 8 Aug 2013 00:09:42 +0000 (10:09 +1000)
committerSeverin Orth <severin.orth@nicta.com.au>
Thu, 8 Aug 2013 00:09:42 +0000 (10:09 +1000)
doc/build/core/engines.rst

index eea5041d72fb14ff24680203c641d6a5b0f1d6b9..5b315fc39ee4cf286830ff4d1cdab185a432cc49 100644 (file)
@@ -125,7 +125,7 @@ More notes on connecting to MySQL at :ref:`mysql_toplevel`.
 Oracle
 ------
 
-cx_oracle is usualjy used here::
+cx_oracle is usually used here::
 
     engine = create_engine('oracle://scott:tiger@127.0.0.1:1521/sidname')