From: Federico Caselli Date: Fri, 15 Nov 2024 17:57:54 +0000 (+0100) Subject: fix typo in test docs X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4c063e7df42a6a33182df2f9a49208358a7c00ff;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git fix typo in test docs Change-Id: I6d7b8b75b96c0096ea9de8e462895c006dcb8f7c --- diff --git a/test/dialect/oracle/test_types.py b/test/dialect/oracle/test_types.py index 2c9d1c2134..b5ce61222e 100644 --- a/test/dialect/oracle/test_types.py +++ b/test/dialect/oracle/test_types.py @@ -572,7 +572,7 @@ class TypesTest(fixtures.TestBase): ) def test_numerics_broken_inspection(self, metadata, connection): - """Numeric scenarios where Oracle Databasee type info is 'broken', + """Numeric scenarios where Oracle Database type info is 'broken', returning us precision, scale of the form (0, 0) or (0, -127). We convert to Decimal and let int()/float() processors take over.