]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Fix simple typo (#12555)
authorRoss Patterson <me@rpatterson.net>
Tue, 29 Apr 2025 20:14:09 +0000 (13:14 -0700)
committerGitHub <noreply@github.com>
Tue, 29 Apr 2025 20:14:09 +0000 (22:14 +0200)
doc/build/core/custom_types.rst

index 5390824dda8cebea80afc167e3af496d5e0a7eaa..4b27f2f18a277c1aa3f2e8c46a6780ea8fd75f4f 100644 (file)
@@ -15,7 +15,7 @@ A frequent need is to force the "string" version of a type, that is
 the one rendered in a CREATE TABLE statement or other SQL function
 like CAST, to be changed.   For example, an application may want
 to force the rendering of ``BINARY`` for all platforms
-except for one, in which is wants ``BLOB`` to be rendered.  Usage
+except for one, in which it wants ``BLOB`` to be rendered.  Usage
 of an existing generic type, in this case :class:`.LargeBinary`, is
 preferred for most use cases.  But to control
 types more accurately, a compilation directive that is per-dialect