Skip to content

Commit 3edff0b

Browse files
authored
Fix ipython directive error by adding blank lines after directives (#652)
1 parent 8c0c6b8 commit 3edff0b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)