Skip to content

Commit b0976cf

Browse files
authored
Improve readability in README.md
Added a blank line for better readability in the explanation section.
1 parent 6453f07 commit b0976cf

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@ More info about the 25 tests : [questionnaire_unit_test.md](./questionnaire_unit
7070
\
7171
**Explanation**
7272

73-
In [questionnaire_unit_test.py](./questionnaire_unit_test.py), ```load_json_argv()``` is the entry point.\
73+
In [questionnaire_unit_test.py](./questionnaire_unit_test.py), ```load_json_argv()``` is the entry point.
74+
7475
It receives ```sys.argv```, validates that there is exactly one ```.json``` argument. detects whether it is a ```URL``` or a local ```file```, and delegates to ```load_json_data_from_URL()``` or ```load_json_data_from_file()```.
7576

7677
It always returns a tuple ```(json_data, file_path)```.

0 commit comments

Comments
 (0)