From 6a4fe6beb52699cda531aef38546b60dbe99871e Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Tue, 5 Jul 2016 18:07:36 +0200 Subject: [PATCH] Add a very, very important full stop. --- radicale/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radicale/__main__.py b/radicale/__main__.py index a91c6c8..849e718 100644 --- a/radicale/__main__.py +++ b/radicale/__main__.py @@ -111,7 +111,7 @@ def run(): def serve(configuration, logger): - """Serve radicale from configuration""" + """Serve radicale from configuration.""" # Fork if Radicale is launched as daemon if configuration.getboolean("server", "daemon"): # Check and create PID file in a race-free manner