Skip to content

Commit

Permalink
add missing " to sample-output of an exercise
Browse files Browse the repository at this point in the history
  • Loading branch information
Gudkat committed May 10, 2024
1 parent 2ee858b commit 756d39d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/part-6/1-reading-files.md
Original file line number Diff line number Diff line change
Expand Up @@ -912,9 +912,9 @@ First, write a function named `get_station_data(filename: str)`. This function s

<pre>
{
"Kaivopuisto: (24.950292890004903, 60.155444793742276),
"Laivasillankatu: (24.956347471358754, 60.160959093887129),
"Kapteeninpuistikko: (24.944927399779715, 60.158189199971673)
"Kaivopuisto": (24.950292890004903, 60.155444793742276),
"Laivasillankatu": (24.956347471358754, 60.160959093887129),
"Kapteeninpuistikko": (24.944927399779715, 60.158189199971673)
}
</pre>

Expand Down

0 comments on commit 756d39d

Please sign in to comment.