refer to encoder instead of decoder

This commit is contained in:
Matěj Volf 2020-10-07 17:06:29 +02:00 committed by GitHub
parent 849cf2c2a9
commit ce77d5a4e9

View file

@ -130,7 +130,7 @@ class Blueprint(Scaffold):
warn_on_modifications = False
_got_registered_once = False
#: Blueprint local JSON decoder class to use.
#: Blueprint local JSON encoder class to use.
#: Set to ``None`` to use the app's :class:`~flask.app.Flask.json_encoder`.
json_encoder = None
#: Blueprint local JSON decoder class to use.