Package: python3-injector Version: 0.19.0-2 Severity: minor Tags: patch
-- Jakub Wilk
From: Jakub Wilk <[email protected]> Date: Sat, 11 Feb 2023 12:39:53 +0100 Subject: [PATCH] Remove stray reST markup from package description --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index c5b65f3..963777a 100644 --- a/debian/control +++ b/debian/control @@ -32,6 +32,6 @@ Description: Python dependency injection framework . That's where Injector can help. It automatically and transitively provides dependencies for you. As an added benefit, Injector encourages - nicely compartmentalised code through the use of :ref:modules <module>. + nicely compartmentalised code through the use of modules. . This package installs the library for Python 3. -- 2.39.1

