Merge pull request #465 from sbellem/fix-docs

Fix inconsistent documented parameter name
This commit is contained in:
Alberto Granzotto 2016-07-19 14:31:32 +02:00 committed by GitHub
commit c9aae58d94
2 changed files with 2 additions and 2 deletions

View File

@ -201,7 +201,7 @@ def write_config(config, filename=None):
"""Write the provided configuration to a specific location.
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``.
If ``None``, the HOME of the current user and the string ``.bigchaindb`` will be used.
"""

View File

@ -34,7 +34,7 @@ tests_require = [
'pyflakes',
'pylint',
'pytest',
'pytest-cov',
'pytest-cov==2.2.1',
'pytest-xdist',
'pytest-flask',
]