File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
# xml2pyton
2
2
3
- Take XML input and convert it to a dict. The output can be optimized by removing unnecessary nesting or ensuring lists
3
+ Takes XML input and converts it to a dict. The output can be optimized by removing unnecessary nesting or ensuring lists
4
4
in ambiguous cases, so you can easily handle it afterwards, eg in [ validataclass] ( https://pypi.org/project/validataclass/ ) .
5
5
6
6
## Usage
@@ -109,7 +109,7 @@ would usually be converted to this:
109
109
}
110
110
```
111
111
112
- But if ` ChargePointStatusType ` is given in the ` remote_type_tags ` list, it will be converted to this
112
+ But if ` ChargePointStatusType ` is given in the ` remote_type_tags ` list, it will be converted to this
113
113
simpler version:
114
114
115
115
```
You can’t perform that action at this time.
0 commit comments