Skip to content

Commit 1ab40bb

Browse files
Update Doc/library/sqlite3.rst
Typo Fix Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
1 parent 617a148 commit 1ab40bb

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
@@ -500,7 +500,7 @@ Module constants
500500

501501
.. data:: Binary
502502

503-
A type object used to describe columns containing :abbr:`BLOB (Binary Large OBject)` data.
503+
A type object used to describe columns containing :abbr:`BLOB (Binary Large Object)` data.
504504
Implemented as an alias for :class:`memoryview`.
505505

506506
.. note::

0 commit comments

Comments
 (0)