Skip to content

Commit 4143831

Browse files
committed
Fixed two notebooks with unwanted bold text
1 parent 15baca0 commit 4143831

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

guide/07-working-with-bigdata/06-summarizing-data.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
"id": "0e50d009",
9999
"metadata": {},
100100
"source": [
101-
"<b>Connect to your gis"
101+
"<b>Connect to your gis</b>"
102102
]
103103
},
104104
{
@@ -120,7 +120,7 @@
120120
"id": "76d5d7cb",
121121
"metadata": {},
122122
"source": [
123-
"<b>Search items registered with your server"
123+
"<b>Search items registered with your server</b>"
124124
]
125125
},
126126
{

guide/07-working-with-bigdata/07-use_proximity.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"cell_type": "markdown",
7575
"metadata": {},
7676
"source": [
77-
"<b>Search items to run your analysis"
77+
"<b>Search items to run your analysis</b>"
7878
]
7979
},
8080
{
@@ -176,7 +176,7 @@
176176
"cell_type": "markdown",
177177
"metadata": {},
178178
"source": [
179-
"The [`create_buffers`]((https://developers.arcgis.com/rest/services-reference/enterprise/create-buffers.htm)) tool creates areas around input point, line, or area features to a specified distance."
179+
"The [`create_buffers`](https://developers.arcgis.com/rest/services-reference/enterprise/create-buffers.htm) tool creates areas around input point, line, or area features to a specified distance."
180180
]
181181
},
182182
{

0 commit comments

Comments
 (0)