We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc9ec12 commit d021ff2Copy full SHA for d021ff2
1 file changed
README.md
@@ -1,6 +1,6 @@
1
# xml2pyton
2
3
-Take XML input and convert it to a dict. The output can be optimized by removing unnecessary nesting or ensuring lists
+Takes XML input and converts it to a dict. The output can be optimized by removing unnecessary nesting or ensuring lists
4
in ambiguous cases, so you can easily handle it afterwards, eg in [validataclass](https://pypi.org/project/validataclass/).
5
6
## Usage
@@ -109,7 +109,7 @@ would usually be converted to this:
109
}
110
```
111
112
-But if `ChargePointStatusType` is given in the `remote_type_tags` list, it will be converted to this
+But if `ChargePointStatusType` is given in the `remote_type_tags` list, it will be converted to this
113
simpler version:
114
115
0 commit comments