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