Skip to content

Commit

Permalink
docs: fix doc8 warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
neithere committed Oct 3, 2023
1 parent 29ccf3e commit 5abbef8
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,10 @@ Version 0.29.0

Backwards incompatible changes:

- Wrapped exceptions now cause ``dispatching.dispatch()`` to raise ``SystemExit(1)``
instead of returning without error. For most users, this means failed commands
will now exit with a failure status instead of a success. (#161)
- Wrapped exceptions now cause ``dispatching.dispatch()`` to raise
``SystemExit(1)`` instead of returning without error. For most users, this
means failed commands will now exit with a failure status instead of a
success. (#161)

Deprecated:

Expand All @@ -66,8 +67,8 @@ Deprecated:

Enhancements:

- Can control exit status (see Backwards Incompatible Changes above) when raising
``CommandError`` using the ``code`` keyword arg.
- Can control exit status (see Backwards Incompatible Changes above) when
raising ``CommandError`` using the ``code`` keyword arg.

Bugs fixed:

Expand Down

0 comments on commit 5abbef8

Please sign in to comment.