Skip to content

Commit d021ff2

Browse files
committed
typo
1 parent cc9ec12 commit d021ff2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# xml2pyton
22

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
44
in ambiguous cases, so you can easily handle it afterwards, eg in [validataclass](https://pypi.org/project/validataclass/).
55

66
## Usage
@@ -109,7 +109,7 @@ would usually be converted to this:
109109
}
110110
```
111111

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
113113
simpler version:
114114

115115
```

0 commit comments

Comments
 (0)