Rename docstring Kwargs to Keyword Args
This commit is contained in:
parent
29fc31bb01
commit
7fed14d233
58 changed files with 203 additions and 213 deletions
|
|
@ -188,7 +188,7 @@ class EvForm(object):
|
|||
"""
|
||||
Initiate the form
|
||||
|
||||
Kwargs:
|
||||
Keyword args:
|
||||
filename (str): Path to template file.
|
||||
cells (dict): A dictionary mapping of {id:text}
|
||||
tables (dict): A dictionary mapping of {id:EvTable}.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue