Skip to content

Commit

Permalink
Fix list literal example in README
Browse files Browse the repository at this point in the history
The literal as written is going to be exploded because of the trailing comma.
  • Loading branch information
zsol authored Nov 30, 2019
1 parent 5e9244e commit b7624ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ statement per line. If this fits the allotted line length, great.

j = [1,
2,
3,
3
]

# out:
Expand Down

0 comments on commit b7624ce

Please sign in to comment.