From 1866402532d8c4139766241812f5b411ba4a5118 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 25122dc36..500eb65a3 100644 --- a/src/crate/client/doctests/cursor.txt +++ b/src/crate/client/doctests/cursor.txt @@ -367,7 +367,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.