From 349b92e9da2f3942fced70da0bb51eb5a750ccce Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Fri, 30 Sep 2022 16:54:08 +0200 Subject: [PATCH] TIMESTAMP->dt: Improve prose --- src/crate/client/doctests/cursor.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/crate/client/doctests/cursor.txt b/src/crate/client/doctests/cursor.txt index aeee7eb9..b59a8055 100644 --- a/src/crate/client/doctests/cursor.txt +++ b/src/crate/client/doctests/cursor.txt @@ -366,7 +366,7 @@ Proof that the converter works correctly, ``B\'0110\'`` should be converted to ``TIMESTAMP`` conversion with time zone ======================================= -Based on the data type converter machinery, the driver offers a convenient +Based on the data type converter functionality, the driver offers a convenient interface to make it return timezone-aware ``datetime`` objects, using the desired time zone.