Skip to content

Commit

Permalink
Fixed typo in python readme
Browse files Browse the repository at this point in the history
  • Loading branch information
FloVanGH committed Mar 8, 2024
1 parent b967ca4 commit 2355234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ subclasses of `slint.Model`.
Use the `slint.ListModel` class to construct a model from an iterable.

```js
component.model = slint.ListMode([1, 2, 3]);
component.model = slint.ListModel([1, 2, 3]);
component.model.append(4)
del component.model[0]
```
Expand Down

0 comments on commit 2355234

Please sign in to comment.