forked from orbit-oss/flask
Merge pull request #3425 from homeworkprod/patch-1
Update `versionadded` for `Config.from_file`
This commit is contained in:
commit
0586188f22
1 changed files with 1 additions and 1 deletions
|
|
@ -194,7 +194,7 @@ class Config(dict):
|
||||||
implements a ``read`` method.
|
implements a ``read`` method.
|
||||||
:param silent: Ignore the file if it doesn't exist.
|
:param silent: Ignore the file if it doesn't exist.
|
||||||
|
|
||||||
.. versionadded:: 1.2
|
.. versionadded:: 2.0
|
||||||
"""
|
"""
|
||||||
filename = os.path.join(self.root_path, filename)
|
filename = os.path.join(self.root_path, filename)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue