Skip to content

Commit 2ba83f6

Browse files
Address first part of Ian's review
1 parent 2a586c4 commit 2ba83f6

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Doc/library/sqlite3.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1358,13 +1358,12 @@ Default adapters and converters (deprecated)
13581358

13591359
The deprecated default adapters and converters consists of:
13601360

1361-
* Adapt :class:`datetime.date` objects to ISO format :class:`strings <str>`.
1362-
* Adapt :class:`datetime.datetime` objects to ISO format :class:`strings <str>`.
1361+
* Adapt :class:`datetime.date` objects to :class:`strings <str>` in ISO format.
1362+
* Adapt :class:`datetime.datetime` objects to strings ISO format.
13631363
* Convert :ref:`declared <sqlite3-converters>` "date" types to ``datetime.date``
13641364
objects.
13651365
* Convert declared "timestamp" types to ``datetime.datetime`` objects.
1366-
If a timestamp stored in SQLite has a fractional part longer than 6
1367-
numbers, its value will be truncated to microsecond precision.
1366+
Fractional parts will be truncated to 6 digits (microsecond precision).
13681367

13691368
.. note::
13701369

0 commit comments

Comments
 (0)