From 42b88c70097f8fb2409961c4f95b585a5c0afd81 Mon Sep 17 00:00:00 2001 From: Pascua Theus Date: Wed, 5 Apr 2023 14:29:35 +0200 Subject: [PATCH] Fix typo in description of pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9538cb9..7bb65ee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "flask-babel" version = "3.0.1" -description = "Adds i18n/l10n support fo Flask applications." +description = "Adds i18n/l10n support for Flask applications." authors = ["Armin Ronacher"] maintainers = ["Tyler Kennedy "] license = "BSD-3-Clause"