Skip to content

Commit 22d91cc

Browse files
Remove unnecessary star
1 parent 4a620f8 commit 22d91cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ This library has the few following limitations. Feel free to contribute and fix
142142
- **Local Variables:** Local Variables are not instrumentable since they do not have a `__setattr__` or something else. Only fields of objects are instrumentable.
143143
- **External Resources:** Monitoring if a server is available or a file exists would require to poll this information repeatedly. This is not supported.
144144
- **Transactions:** Each time a dependency changes all triggers are triggered. Its not possible to pause this to change more attributes at once.
145-
- **Other language features:** Not supported are for examples *exceptions* and *closures**; *concurreny*, *asynchrony* and *meta-programming* can cause issues as well.
145+
- **Other language features:** Not supported are for examples *exceptions* and *closures*; *concurreny*, *asynchrony* and *meta-programming* can cause issues as well.
146146

147147
You can find some code examples for some of them in the [presentation](https://github.com/active-expressions/active-expressions-static-python/blob/master/presentation/presentation.pdf).
148148

0 commit comments

Comments
 (0)