From d8fd56db0ac9d87d190e458496e326bd4e9c6783 Mon Sep 17 00:00:00 2001 From: Alberto Contreras Date: Sat, 20 Jul 2024 13:48:18 +0200 Subject: [PATCH] chore: fix typo in requirements.txt (#5637) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4f9bc5b5c8c..05aac105fd0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ jinja2 oauthlib # This is only needed for places where we need to support configs in a manner -# that the built-in config parser is not sufficent (ie +# that the built-in config parser is not sufficient (ie # when we need to preserve comments, or do not have a top-level # section)... configobj>=5.0.2