Skip to content

Commit a71010d

Browse files
authored
Update tutorial.rst
Undo last change, which did indeed fix a typo, but exposed a latent bug with the code (that was previously being ignored)
1 parent 9b8ad49 commit a71010d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

docs/tutorial.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,6 @@ 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-
407406
from datascience.maps import Map, Marker, Circle, Region # import the Map, Marker, Circle and Region class
408407
409408
# generates markers with custom sets of coordinates, colors and popups

0 commit comments

Comments
 (0)