Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
laffra committed Nov 12, 2023
1 parent 2f73be7 commit 2f1ccb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LTK is implemented as a declarative Python library and leverages `jQuery` for DO

## Widget Specification

New widget types are created by symply subclassing `ltk.Widget`:
New widget types are created by subclassing `ltk.Widget`:

```python
class HBox(Widget):
Expand Down

0 comments on commit 2f1ccb5

Please sign in to comment.