From 25639967c93ad464e486f2fe6a148b3be439f43d Mon Sep 17 00:00:00 2001 From: Jan Kowalleck Date: Thu, 28 Dec 2023 22:34:09 +0100 Subject: [PATCH] docs: fix typo Signed-off-by: Jan Kowalleck --- cyclonedx/model/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cyclonedx/model/__init__.py b/cyclonedx/model/__init__.py index 5c7726a4..bd116caf 100644 --- a/cyclonedx/model/__init__.py +++ b/cyclonedx/model/__init__.py @@ -1234,7 +1234,7 @@ class Tool: Tool(s) are the things used in the creation of the CycloneDX document. - Tool might be deprecated since CycloneDX 1.5, but it is not deprecated i this library. + Tool might be deprecated since CycloneDX 1.5, but it is not deprecated in this library. In fact, this library will try to provide a compatibility layer if needed. .. note::