Skip to content

Commit 96469a0

Browse files
committed
Fix wrong location in comment
1 parent 4617d1a commit 96469a0

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

guide/gis module/class gis.GIS.ipynb

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -78,24 +78,17 @@
7878
},
7979
{
8080
"cell_type": "code",
81-
"execution_count": 2,
81+
"execution_count": 4,
8282
"metadata": {
8383
"collapsed": false
8484
},
8585
"outputs": [],
8686
"source": [
87-
"#Example: create a map centered on Palm Springs\n",
87+
"# Example: create a map centered on Redlands\n",
8888
"map = gis.map('Redlands, CA', 12)\n",
8989
"map"
9090
]
9191
},
92-
{
93-
"cell_type": "markdown",
94-
"metadata": {},
95-
"source": [
96-
"<img src=\"http://esri.github.io/arcgis-python-api/notebooks/nbimages/redlands.png\" />"
97-
]
98-
},
9992
{
10093
"cell_type": "markdown",
10194
"metadata": {},
@@ -489,7 +482,7 @@
489482
"name": "python",
490483
"nbconvert_exporter": "python",
491484
"pygments_lexer": "ipython3",
492-
"version": "3.5.1"
485+
"version": "3.4.4"
493486
},
494487
"widgets": {
495488
"state": {

0 commit comments

Comments
 (0)