Skip to content

Commit

Permalink
Correct description about hetero array tests in README
Browse files Browse the repository at this point in the history
  • Loading branch information
pwwang committed Sep 21, 2023
1 parent ecc31ee commit 892c3c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ Literally `<package>.loads('v1 = "null" v2 = "None"')`

How the package dumps a python dictionary with a heterogenous array.

Literally `<package>.dumps({"v": [1, 1.2, True, "string", [1, 2], {"a": 1, "b": 2}]})`
Literally `<package>.dumps({"v": [1, 1.2, True, "string"]})`


| |Dumped value or error|
Expand All @@ -105,7 +105,7 @@ Literally `<package>.dumps({"v": [1, 1.2, True, "string", [1, 2], {"a": 1, "b":

How the package loads a toml string with a heterogenous array.

Literally `<package>.loads('v = [1, 1.2, True, "string", [1, 2], {"a": 1, "b": 2}]')`
Literally `<package>.loads('v = [1, 1.2, True, "string"]')`


| |Loaded as|
Expand Down

0 comments on commit 892c3c4

Please sign in to comment.