Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jxltom committed Feb 10, 2017
1 parent c7e31ec commit db07bb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/customizing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ object returned by ``init_app`` method to initialize Celery tasks intead of usin

return app

Note that ```flask_mail.Message``` may not be serialized as an argument passed to
Note that ``flask_mail.Message`` may not be serialized as an argument passed to
Celery. The practical way with custom serialization may look like so::

@celery.task
Expand Down

0 comments on commit db07bb1

Please sign in to comment.