From 9172a4adabb4380f67c129f32bdf5d14112e2077 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane?= Date: Sat, 7 Dec 2024 15:54:28 +0100 Subject: [PATCH] doc: fix: spellcheck some words --- canaille/app/configuration.py | 4 ++-- doc/features.rst | 2 +- doc/locales/doc.pot | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/canaille/app/configuration.py b/canaille/app/configuration.py index e06e75c6..ece80e12 100644 --- a/canaille/app/configuration.py +++ b/canaille/app/configuration.py @@ -15,10 +15,10 @@ ROOT = os.path.dirname(os.path.dirname(os.path.abspath(__file__))) class RootSettings(BaseSettings): - """The top-level namespace contains holds the configuration settings + """The top-level namespace contains the configuration settings unrelated to Canaille. - The configuration paramateres from the following libraries can be used: + The configuration parameters from the following libraries can be used: - :doc:`Flask ` - :doc:`Flask-WTF ` diff --git a/doc/features.rst b/doc/features.rst index ac525a2f..44f46c14 100644 --- a/doc/features.rst +++ b/doc/features.rst @@ -273,7 +273,7 @@ Logging Canaille writes :attr:`logs ` for every important event happening, to help administrators understand what is going on and debug funky situations. -The following security events are logged with the tag [SECURITY] for easy retrieval : +The following security events are logged with the tag [SECURITY] for easy retrieval: - Authentication attempt - Password update diff --git a/doc/locales/doc.pot b/doc/locales/doc.pot index 9fe1f42d..9075e45e 100644 --- a/doc/locales/doc.pot +++ b/doc/locales/doc.pot @@ -3158,7 +3158,7 @@ msgstr "" #: ../features.rst:276 #: a6282bdfca0b4e2c8ecfd02478d3623d -msgid "The following security events are logged with the tag [SECURITY] for easy retrieval :" +msgid "The following security events are logged with the tag [SECURITY] for easy retrieval:" msgstr "" #: ../features.rst:278 @@ -3850,12 +3850,12 @@ msgstr "" #: ../../canaille/app/configuration.py:docstring of canaille.app.configuration.RootSettings:1 #: 2226ecd0f90440d58a4089df736be757 -msgid "The top-level namespace contains holds the configuration settings unrelated to Canaille." +msgid "The top-level namespace contains the configuration settings unrelated to Canaille." msgstr "" #: ../../canaille/app/configuration.py:docstring of canaille.app.configuration.RootSettings:4 #: f53fd6edbc9148c781006d112688f022 -msgid "The configuration paramateres from the following libraries can be used:" +msgid "The configuration parameters from the following libraries can be used:" msgstr "" #: ../../canaille/app/configuration.py:docstring of canaille.app.configuration.RootSettings:6