From 77492f8afad5b8a3cc8bca297bf40c73b9e18ff4 Mon Sep 17 00:00:00 2001 From: Alexis Metaireau Date: Sat, 13 Aug 2011 01:22:10 +0300 Subject: [PATCH] typo --- docs/signals.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/signals.rst b/docs/signals.rst index a5821603..0d1d9eea 100644 --- a/docs/signals.rst +++ b/docs/signals.rst @@ -124,7 +124,7 @@ debugging. You can access the name of the signal with the .. admonition:: For Extension Developers - If you are writing a Flask extension and you to gracefully degrade for + If you are writing a Flask extension and you want to gracefully degrade for missing blinker installations, you can do so by using the :class:`flask.signals.Namespace` class.