From 7ff678d07eeeda90506da49f159189f716bbd461 Mon Sep 17 00:00:00 2001 From: Tim Lardner Date: Fri, 5 Aug 2022 11:36:52 +0100 Subject: [PATCH] Minor grammatical fix --- docs/source/sp/example.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/sp/example.rst b/docs/source/sp/example.rst index a14e35d..6a0a88b 100644 --- a/docs/source/sp/example.rst +++ b/docs/source/sp/example.rst @@ -4,7 +4,7 @@ Example To make your application into a Service Provider, create a :class:`ServiceProvider` subclass, instantiate it, -and register it's :class:`~flask.Blueprint` +and register its :class:`~flask.Blueprint` with your :class:`Flask application `: .. code-block:: python