We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c3e38c commit 660d123Copy full SHA for 660d123
lab/xml_python_conversion.ipynb
@@ -123,7 +123,7 @@
123
"metadata": {},
124
"outputs": [],
125
"source": [
126
- "print('** \"item\" Python Object Type **')\n",
+ "print('** "items" XML tag Python Object Type **')\n",
127
"print(type(py_data['root']['agenda']['items']))"
128
]
129
},
@@ -141,7 +141,7 @@
141
142
143
144
+ "print('** "item" XML tag Python Object Type **')\n",
145
"print(type(py_data['root']['agenda']['items']['item']))"
146
147
0 commit comments