forked from orbit-oss/flask
parent
6e77cd709e
commit
0d19fa0a06
2 changed files with 2 additions and 2 deletions
|
|
@ -814,7 +814,7 @@ class _PackageBoundObject(object):
|
||||||
@property
|
@property
|
||||||
def has_static_folder(self):
|
def has_static_folder(self):
|
||||||
"""This is ``True`` if the package bound object's container has a
|
"""This is ``True`` if the package bound object's container has a
|
||||||
folder named ``'static'``.
|
folder for static files.
|
||||||
|
|
||||||
.. versionadded:: 0.5
|
.. versionadded:: 0.5
|
||||||
"""
|
"""
|
||||||
|
|
|
||||||
|
|
@ -85,7 +85,7 @@ class JSONEncoder(_json.JSONEncoder):
|
||||||
|
|
||||||
class JSONDecoder(_json.JSONDecoder):
|
class JSONDecoder(_json.JSONDecoder):
|
||||||
"""The default JSON decoder. This one does not change the behavior from
|
"""The default JSON decoder. This one does not change the behavior from
|
||||||
the default simplejson encoder. Consult the :mod:`json` documentation
|
the default simplejson decoder. Consult the :mod:`json` documentation
|
||||||
for more information. This decoder is not only used for the load
|
for more information. This decoder is not only used for the load
|
||||||
functions of this module but also :attr:`~flask.Request`.
|
functions of this module but also :attr:`~flask.Request`.
|
||||||
"""
|
"""
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue