summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2016-07-04 15:37:58 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2016-07-04 15:37:58 -0400
commitf5ec60c8811feb92ded85f8a4f8c3071e44acddf (patch)
tree996afe0e052d4e871c75aef59a2a5b0edf50bb61
parentae7ef6f6106ec85075f611f6488d42a82ae6c3de (diff)
parentae134738951aa6f1d5fd4dc6a4031d2c591bb92a (diff)
downloadsqlalchemy-f5ec60c8811feb92ded85f8a4f8c3071e44acddf.tar.gz
Merge remote-tracking branch 'origin/pr/288'
-rw-r--r--doc/build/core/tutorial.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build/core/tutorial.rst b/doc/build/core/tutorial.rst
index 15aab52e7..453152662 100644
--- a/doc/build/core/tutorial.rst
+++ b/doc/build/core/tutorial.rst
@@ -1426,7 +1426,7 @@ OVER clause, using the :meth:`.FunctionElement.over` method::
SELECT users.id, row_number() OVER (ORDER BY users.name) AS anon_1
FROM users
-:meth:`.FunctionElement.over` also supports range specifciation using
+:meth:`.FunctionElement.over` also supports range specification using
either the :paramref:`.expression.over.rows` or
:paramref:`.expression.over.range` parameters::