Merge pull request #3425 from homeworkprod/patch-1

Update `versionadded` for `Config.from_file`
This commit is contained in:
David Lord 2019-11-18 18:23:39 -08:00 committed by GitHub
commit 0586188f22
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -194,7 +194,7 @@ class Config(dict):
implements a ``read`` method.
:param silent: Ignore the file if it doesn't exist.
.. versionadded:: 1.2
.. versionadded:: 2.0
"""
filename = os.path.join(self.root_path, filename)