From c412073cb9d81c727079ab0c2f376eba003ff129 Mon Sep 17 00:00:00 2001 From: Stuart Bishop Date: Sun, 18 Dec 2022 13:25:53 +1100 Subject: [PATCH] Fix Babel hyperlink in README --- src/README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/README.rst b/src/README.rst index 2c329a9..dc5650e 100644 --- a/src/README.rst +++ b/src/README.rst @@ -520,7 +520,7 @@ Internationalization - i18n/l10n Pytz is an interface to the IANA database, which uses ASCII names. The `Unicode Consortium's Unicode Locales (CLDR) `_ project provides translations. Python packages such as -`Babel ` +`Babel `_ and Thomas Khyn's `l18n `_ package can be used to access these translations from Python.