Skip to content

Commit 2ca49fd

Browse files
committed
Fix ipython directive error by adding blank lines after directives
1 parent 43a2f2b commit 2ca49fd

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)