]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
fixed typo
authorKristian Perkins <khperkins@gmail.com>
Sun, 3 Jul 2016 03:59:47 +0000 (13:59 +1000)
committerGitHub <noreply@github.com>
Sun, 3 Jul 2016 03:59:47 +0000 (13:59 +1000)
doc/build/core/tutorial.rst

index 15aab52e74aed6675587431ce5936f47d76ff817..45315266294a2479afb6ebc5f3afc44903a95801 100644 (file)
@@ -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::