Fix typo in example_generator.py

This commit is contained in:
Ian Bell
2015-07-20 19:49:27 -06:00
parent 13b4c1b055
commit 95a1fe99df

View File

@@ -118,7 +118,7 @@ high_level_interface = [
"type": "function",
"function": "PhaseSI",
"arguments": [
"'P'", "101325", "'T", "300", "'Water'"
"'P'", "101325", "'T'", "300", "'Water'"
]
}
],