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 8efea0ccbb
commit bdf7083cfd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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.