From: Federico Caselli Date: Mon, 23 Dec 2024 21:47:47 +0000 (+0100) Subject: fix typo on double doc X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83492ae3b446dbc6ffc36da720417731d975d69c;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git fix typo on double doc Change-Id: Ia8cffddae5c5c14954d7fa6b2e11c2b78c6e5f59 --- diff --git a/lib/sqlalchemy/dialects/oracle/types.py b/lib/sqlalchemy/dialects/oracle/types.py index 539b210707..9318b45619 100644 --- a/lib/sqlalchemy/dialects/oracle/types.py +++ b/lib/sqlalchemy/dialects/oracle/types.py @@ -114,7 +114,7 @@ class BINARY_DOUBLE(sqltypes.Double): """Implement the Oracle ``BINARY_DOUBLE`` datatype. This datatype differs from the Oracle ``DOUBLE`` datatype in that it - delivers a true 4-byte FP value. The datatype may be combined with a + delivers a true 8-byte FP value. The datatype may be combined with a generic :class:`.Double` datatype using :meth:`.TypeEngine.with_variant`. .. seealso::