Skip to content

Commit 9b8ad49

Browse files
authored
Update tutorial.rst
Fix a typo that was causing readthedocs to not display the sample code for custom maps, at the end of the tutorial.
1 parent e608115 commit 9b8ad49

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/tutorial.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -403,6 +403,7 @@ The main class in the maps module is the Map class. In this code we create a def
403403
The maps modules also allows you to make custom maps with markers, circles and regions.
404404

405405
.. ipython:: python
406+
406407
from datascience.maps import Map, Marker, Circle, Region # import the Map, Marker, Circle and Region class
407408
408409
# generates markers with custom sets of coordinates, colors and popups

0 commit comments

Comments
 (0)