Skip to content

Commit 660d123

Browse files
committed
Correct typo and expand printed descriptions
1 parent 0c3e38c commit 660d123

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: lab/xml_python_conversion.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
"metadata": {},
124124
"outputs": [],
125125
"source": [
126-
"print('** \"item\" Python Object Type **')\n",
126+
"print('** "items" XML tag Python Object Type **')\n",
127127
"print(type(py_data['root']['agenda']['items']))"
128128
]
129129
},
@@ -141,7 +141,7 @@
141141
"metadata": {},
142142
"outputs": [],
143143
"source": [
144-
"print('** \"item\" Python Object Type **')\n",
144+
"print('** "item" XML tag Python Object Type **')\n",
145145
"print(type(py_data['root']['agenda']['items']['item']))"
146146
]
147147
},

0 commit comments

Comments
 (0)