]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
fix typo on double doc
authorFederico Caselli <cfederico87@gmail.com>
Mon, 23 Dec 2024 21:47:47 +0000 (22:47 +0100)
committerFederico Caselli <cfederico87@gmail.com>
Mon, 23 Dec 2024 21:48:13 +0000 (22:48 +0100)
Change-Id: Ia8cffddae5c5c14954d7fa6b2e11c2b78c6e5f59
(cherry picked from commit 83492ae3b446dbc6ffc36da720417731d975d69c)

lib/sqlalchemy/dialects/oracle/types.py

index 539b2107076f2931bc6eafb18094ed8ceba6e69c..9318b45619a287ba2b8b68d8cbfd8ab099355906 100644 (file)
@@ -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::