mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Merge pull request #465 from sbellem/fix-docs
Fix inconsistent documented parameter name
This commit is contained in:
commit
c9aae58d94
@ -201,7 +201,7 @@ def write_config(config, filename=None):
|
|||||||
"""Write the provided configuration to a specific location.
|
"""Write the provided configuration to a specific location.
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
newconfig (dict): a dictionary with the configuration to load.
|
config (dict): a dictionary with the configuration to load.
|
||||||
filename (str): the name of the file that will store the new configuration. Defaults to ``None``.
|
filename (str): the name of the file that will store the new configuration. Defaults to ``None``.
|
||||||
If ``None``, the HOME of the current user and the string ``.bigchaindb`` will be used.
|
If ``None``, the HOME of the current user and the string ``.bigchaindb`` will be used.
|
||||||
"""
|
"""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user