From 00dc52fc2fadae1b3a00ea6eff1dac1481800a60 Mon Sep 17 00:00:00 2001 From: David Pape Date: Mon, 16 Dec 2024 16:32:10 +0100 Subject: [PATCH] =?UTF-8?q?market=20place=20=E2=86=92=20marketplace?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/hermes/commands/marketplace.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hermes/commands/marketplace.py b/src/hermes/commands/marketplace.py index ff1dfe63..778365ec 100644 --- a/src/hermes/commands/marketplace.py +++ b/src/hermes/commands/marketplace.py @@ -2,7 +2,7 @@ # SPDX-License-Identifier: Apache-2.0 # SPDX-FileContributor: David Pape -"""Basic CLI to list plugins from the Hermes market place.""" +"""Basic CLI to list plugins from the Hermes marketplace.""" from html.parser import HTMLParser from typing import List, Optional