From f341cfbfe117e777569d58eb6d2c3d3f7fe7bbf3 Mon Sep 17 00:00:00 2001 From: Matthias Urlichs Date: Sun, 11 May 2014 16:49:56 +0200 Subject: Documentation fix-up: "its" vs. "it's" Removed ungrammatical apostrophes from documentation, replacing "it's" with "its" where appropriate (but in a few cases with "it is" when that read better). While doing that, I also fixed a couple of minor typos etc. as I noticed them. --- lib/sqlalchemy/sql/functions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/sqlalchemy/sql/functions.py') diff --git a/lib/sqlalchemy/sql/functions.py b/lib/sqlalchemy/sql/functions.py index a9b88b13b..1def809e0 100644 --- a/lib/sqlalchemy/sql/functions.py +++ b/lib/sqlalchemy/sql/functions.py @@ -414,7 +414,7 @@ register_function("extract", Extract) class next_value(GenericFunction): """Represent the 'next value', given a :class:`.Sequence` - as it's single argument. + as its single argument. Compiles into the appropriate function on each backend, or will raise NotImplementedError if used on a backend -- cgit v1.2.1