Merge pull request #3537 from shanavas786/master

Update deprecated for config.from_json
This commit is contained in:
David Lord 2020-04-02 11:54:25 -07:00 committed by GitHub
commit aad99260d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -218,7 +218,7 @@ class Config(dict):
absolute path or relative to the config root path.
:param silent: Ignore the file if it doesn't exist.
.. deprecated:: 1.2
.. deprecated:: 2.0
Use :meth:`from_file` with :meth:`json.load` instead.
.. versionadded:: 0.11