Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Missed one
  • Loading branch information
erlend-aasland committed Nov 25, 2022
commit 6f50503500691b763913aa4634a5e2f45bef77bc
2 changes: 1 addition & 1 deletion Doc/library/sqlite3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2387,7 +2387,7 @@ Queries now return :class:`!Row` objects:
6378

You can create a custom :attr:`~Cursor.row_factory`
that returns each row as a :class:`dict`, mapping column names to values:
that returns each row as a :class:`dict`, with column names mapped to values:

.. testcode::

Expand Down