From 83ab381b13404adbd1abb2816b83a7b9d10a411b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane?= Date: Sun, 8 Dec 2024 20:04:37 +0100 Subject: [PATCH] fix: doc: add a missing dot --- canaille/core/configuration.py | 2 +- doc/locales/doc.pot | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/canaille/core/configuration.py b/canaille/core/configuration.py index ee7b3cfd..ed7da812 100644 --- a/canaille/core/configuration.py +++ b/canaille/core/configuration.py @@ -73,7 +73,7 @@ class Permission(str, Enum): class ACLSettings(BaseModel): """Access Control List settings. Belong in the ``CANAILLE.ACL`` namespace. - You can define access controls that define what users can do on canaille + You can define access controls that define what users can do on canaille. An access control consists in a :attr:`FILTER` to match users, a list of :attr:`PERMISSIONS` matched users will be able to perform, and fields users will be able to :attr:`READ` and :attr:`WRITE`. Users matching several filters will cumulate permissions. diff --git a/doc/locales/doc.pot b/doc/locales/doc.pot index 11d835fe..ebc7809d 100644 --- a/doc/locales/doc.pot +++ b/doc/locales/doc.pot @@ -4236,7 +4236,7 @@ msgstr "" #: ../../canaille/core/configuration.py:docstring of canaille.core.configuration.ACLSettings:3 #: 733df203b313404eb417f40ed8708a2e -msgid "You can define access controls that define what users can do on canaille An access control consists in a :attr:`FILTER` to match users, a list of :attr:`PERMISSIONS` matched users will be able to perform, and fields users will be able to :attr:`READ` and :attr:`WRITE`. Users matching several filters will cumulate permissions." +msgid "You can define access controls that define what users can do on canaille. An access control consists in a :attr:`FILTER` to match users, a list of :attr:`PERMISSIONS` matched users will be able to perform, and fields users will be able to :attr:`READ` and :attr:`WRITE`. Users matching several filters will cumulate permissions." msgstr "" #: ../../docstring of canaille.core.configuration.ACLSettings.FILTER:1