From 7a6efedcffb738e87a4fc4d98d7aeecc636a9e2f Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Tue, 9 Jul 2013 18:32:34 +0200 Subject: [PATCH] Fix docstring --- radicale/rights/from_file.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radicale/rights/from_file.py b/radicale/rights/from_file.py index 8ba954f..82871ce 100644 --- a/radicale/rights/from_file.py +++ b/radicale/rights/from_file.py @@ -19,7 +19,7 @@ """ File-based rights. -The owner is implied to have all rights on their collections. +The owners are implied to have all rights on their collections. Rights are read from a file whose name is specified in the config (section "right", key "file").