Skip to content

Commit

Permalink
children elements -> child elements
Browse files Browse the repository at this point in the history
  • Loading branch information
pelme committed Jun 15, 2024
1 parent 81b6d7f commit 85a8797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ that you can build upon yourself.
## The syntax
Child elements are specified using the `[]` syntax. This may look strange at
first but it has some nice benefits. This clearly separates attributes from
children elements and makes the code more readable. It is implemented using the
child elements and makes the code more readable. It is implemented using the
`__getitem__` method, just like lists or dicts.

## Installation
Expand Down

0 comments on commit 85a8797

Please sign in to comment.