Skip to content

Commit 14edbc7

Browse files
authored
Update timetable.rst
1 parent a8bc39e commit 14edbc7

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

Source/Documentation/Manual/timetable.rst

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2247,15 +2247,13 @@ event. Concretely, a weather file follows the format:
22472247
.. code-block:: json
22482248
22492249
{
2250-
"Changes": [
2251-
{
2252-
"Type": "<type>",
2253-
"<property>": <value>,
2254-
...
2255-
},
2256-
...
2257-
]
2258-
}
2250+
"Changes": [
2251+
{
2252+
"Type": "<type>",
2253+
"<property>": "<value>"
2254+
}
2255+
]
2256+
}
22592257
22602258
There are three types of events: ``Clear``, ``Precipitation``, and ``Fog``,
22612259
each with their own individual sets of properties.

0 commit comments

Comments
 (0)