Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
Docs: Remove trailing whitespace in api.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
Mews authored and Seluj78 committed Jun 12, 2024
1 parent 436fb5b commit ca53126
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ Custom exceptions
To do this, you need to pass :attr:`register_error_handlers=True` to the :class:`~flask_utils.extension.FlaskUtils` class or to :meth:`~flask_utils.extension.FlaskUtils.init_app()`.

.. code-block:: python
from flask import Flask
from flask_utils import FlaskUtils
app = Flask(__name__)
utils = FlaskUtils(app, register_error_handlers=True)
Expand Down

0 comments on commit ca53126

Please sign in to comment.