]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
- fix typo, fixes #3325
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 17 Mar 2015 21:32:16 +0000 (17:32 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 17 Mar 2015 21:32:16 +0000 (17:32 -0400)
doc/build/core/tutorial.rst

index e96217f7944efb08450265cc6b7059463627c424..b4f185ac281f86bdf8b6477b0c26f7e24f206641 100644 (file)
@@ -1691,7 +1691,7 @@ Inserts, Updates and Deletes
 
 We've seen :meth:`~.TableClause.insert` demonstrated
 earlier in this tutorial.   Where :meth:`~.TableClause.insert`
-prodces INSERT, the :meth:`~.TableClause.update`
+produces INSERT, the :meth:`~.TableClause.update`
 method produces UPDATE.  Both of these constructs feature
 a method called :meth:`~.ValuesBase.values` which specifies
 the VALUES or SET clause of the statement.