From 5abbef8854ff1eec8be7532b579c47e473085a5d Mon Sep 17 00:00:00 2001 From: Andy Mikhaylenko Date: Tue, 3 Oct 2023 18:04:12 +0200 Subject: [PATCH] docs: fix doc8 warnings --- CHANGES.rst | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index dc645af..610ce1c 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -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: @@ -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: