From 7beb8427479a121379bdd78003a82305504c1efe Mon Sep 17 00:00:00 2001 From: Steve Purves Date: Tue, 20 Feb 2024 20:51:45 +0000 Subject: [PATCH] Update binderhub/repoproviders.py fix typo Co-authored-by: Samuel Gaist --- binderhub/repoproviders.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binderhub/repoproviders.py b/binderhub/repoproviders.py index 56caeb25b..5a66590c6 100644 --- a/binderhub/repoproviders.py +++ b/binderhub/repoproviders.py @@ -276,7 +276,7 @@ def get_hashed_slug(url, changes_with_content): class MecaRepoProvider(RepoProvider): """BinderHub Provider that can handle the contents of a MECA bundle - Users must provide a spec consisting of a public the URL to the bundle + Users must provide a spec consisting of a public URL to the bundle The URL origin must conform to the origin trait when that is set """