Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/source/sp/example.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <flask.Flask>`:

.. code-block:: python
Expand Down