From 92854cb3861f33bff7949be94b5d70ed9262b26d Mon Sep 17 00:00:00 2001 From: Petr Zemek Date: Mon, 27 Oct 2014 11:42:40 +0100 Subject: [PATCH] Add a missing period in the description of the signals module. --- flask/signals.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flask/signals.py b/flask/signals.py index e9f7239d..5951128b 100644 --- a/flask/signals.py +++ b/flask/signals.py @@ -4,7 +4,7 @@ ~~~~~~~~~~~~~ Implements signals based on blinker if available, otherwise - falls silently back to a noop + falls silently back to a noop. :copyright: (c) 2014 by Armin Ronacher. :license: BSD, see LICENSE for more details.