Skip to content

Commit

Permalink
add missing line to Python README
Browse files Browse the repository at this point in the history
  • Loading branch information
tjol committed Dec 21, 2024
1 parent ec10c80 commit 8ed77c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
>>> doc[1].children
[<Node green>, <Node blue; 1 property>, <Node blue; 1 property>, <Node violet>]
>>> doc[1].children[1].properties['shade']
'синий'
```
### Writing
Expand Down

0 comments on commit 8ed77c5

Please sign in to comment.