Skip to content

Commit 90f8e7c

Browse files
Remove types from docstrings and use NumPy style correctly.
Co-authored-by: Matt Graham <[email protected]>
1 parent 241ef16 commit 90f8e7c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

tests/helpers.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ def _generate_package(
1818
"""
1919
Generate a project from the cookiecutter template.
2020
21-
Arguments:
22-
---------
23-
config: dict
21+
Parameters
22+
----------
23+
config
2424
A dictionary with values for the cookiecutter template,
2525
as defined in the cookiecutter.json
26-
path: Path
26+
path
2727
Directory to create package in.
2828
2929
Returns:

0 commit comments

Comments
 (0)