Fix typos in the documentation

This commit is contained in:
Martin Michlmayr 2019-02-24 10:40:23 +00:00
parent 0b5b4a66ef
commit 7b88b35747
No known key found for this signature in database
GPG key ID: 3D0787AAAF6C61DD
3 changed files with 3 additions and 3 deletions

View file

@ -565,7 +565,7 @@ then you must do so before calling :meth:`~flask.Config.from_object`::
cfg = import_string('configmodule.ProductionConfig')()
app.config.from_object(cfg)
Instantiating the configutation object allows you to use ``@property`` in
Instantiating the configuration object allows you to use ``@property`` in
your configuration classes::
class Config(object):