Skip to content
This repository was archived by the owner on Feb 4, 2022. It is now read-only.

Commit db75604

Browse files
authored
Minor typo...
1 parent 08c39a5 commit db75604

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

notebooks/Rich Output.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
{
137137
"data": {
138138
"text/markdown": [
139-
"**This is blod** and *this is italic*"
139+
"**This is bold** and *this is italic*"
140140
]
141141
},
142142
"execution_count": 9,
@@ -145,7 +145,7 @@
145145
}
146146
],
147147
"source": [
148-
"nb.markdown(\"**This is blod** and *this is italic*\")"
148+
"nb.markdown(\"**This is bold** and *this is italic*\")"
149149
]
150150
},
151151
{

0 commit comments

Comments
 (0)