]> 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:32 +0000 (17:32 -0400)
(cherry picked from commit 138293c246fbf8c6693044a89fe788d0d0446113)

doc/build/core/tutorial.rst

index 523e2c6ca60384223d7944f975c78007e6cec1e0..8b9bca562b816f376f76fdc32777810dc8015b1b 100644 (file)
@@ -1684,7 +1684,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.