Skip to content

Commit e122765

Browse files
author
Johannes Lichtenberger
authored
Update README.md
1 parent 583d556 commit e122765

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ async def main():
5858
"foo": ["bar", None, 2.33],
5959
"bar": {"hello": "world", "helloo": True},
6060
"baz": "hello",
61-
"tada": [{"foo": "bar"}, {"baz": False}, "boo", {}, []],
61+
"tada": [{"foo": "bar"}, {"baz": False}, "boo", {}, []]
6262
}
6363
)
6464

0 commit comments

Comments
 (0)