Skip to content

Commit cbea632

Browse files
authored
Correct doc format (#22)
1 parent 736dd09 commit cbea632

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

emod_api/campaign.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,11 @@ def set_schema(schema_path_in):
4242
Set the (path to) the schema file. And reset all campaign variables. This is essentially a
4343
"start_building_campaign" function.
4444
45-
Args:
46-
schema_path_in. The path to a schema.json.
45+
Parameters:
46+
schema_path_in (str): The path to a schema.json file
47+
4748
Returns:
48-
Nothing
49+
4950
"""
5051
reset()
5152
global schema_path, _schema_json

0 commit comments

Comments
 (0)