ZennethKenneth
commited on
Commit
•
cf2b8b7
1
Parent(s):
a54ebe2
Update json_helper.py
Browse filesOne of the default parameters contains a potential spelling mistake which might confuse users. I've just downloaded this repo locally and am looking forward to trying it out. Thanks for sharing!
- json_helper.py +1 -1
json_helper.py
CHANGED
@@ -17,7 +17,7 @@ json_content = """{{
|
|
17 |
"education": [
|
18 |
{{
|
19 |
"institute_name": "",
|
20 |
-
"
|
21 |
"score": ""
|
22 |
}},
|
23 |
{{
|
|
|
17 |
"education": [
|
18 |
{{
|
19 |
"institute_name": "",
|
20 |
+
"year_of_passing": "",
|
21 |
"score": ""
|
22 |
}},
|
23 |
{{
|