Thanks to visit codestin.com
Credit goes to github.com

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
Next Next commit
Add markup for except keyword
  • Loading branch information
Erlend E. Aasland committed Aug 6, 2021
commit 0e6af97222ea0215b1429d679d1a04898dac2ec2
4 changes: 2 additions & 2 deletions Doc/library/sqlite3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -835,8 +835,8 @@ Exceptions
.. exception:: Error

The base class of the other error exceptions in this module. Use this to
catch all errors with one single except statement. :exc:`Error` is a
subclass of :exc:`Exception`.
catch all errors with one single :keyword:`except` statement. :exc:`Error`
is a subclass of :exc:`Exception`.

.. exception:: InterfaceError

Expand Down