Skip to content

Commit a9b10b0

Browse files
Update Doc/library/sqlite3.rst
Updated "This is " to make a complete sentence. Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
1 parent 1ab40bb commit a9b10b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/sqlite3.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@ Module constants
501501
.. data:: Binary
502502

503503
A type object used to describe columns containing :abbr:`BLOB (Binary Large Object)` data.
504-
Implemented as an alias for :class:`memoryview`.
504+
This is currently implemented as an alias for :class:`memoryview`.
505505

506506
.. note::
507507

0 commit comments

Comments
 (0)