Skip to content

Commit

Permalink
Merge pull request #274 from CartoDB/typo-fix
Browse files Browse the repository at this point in the history
missing close bracket
  • Loading branch information
andy-esch committed Nov 7, 2017
2 parents 0027393 + c93256d commit e8a6dad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ The following will embed a CARTO map in a Jupyter notebook, allowing for custom
Layer('peregrine_falcon_nest_sites',
size='num_eggs',
color={'column': 'bird_id',
'scheme': styling.vivid(10))],
'scheme': styling.vivid(10)})],
interactive=True)
Expand Down

0 comments on commit e8a6dad

Please sign in to comment.