Update README.md

Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
David Rotermund 2023-12-18 23:55:20 +01:00 committed by GitHub
parent d712c63977
commit b71afc789f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,7 @@ Questions to [David Rotermund](mailto:davrot@uni-bremen.de)
This is the first construct in Python that requires type annotation.
If we do this:
If we do this, we get this nice error!
```python
from dataclasses import dataclass
@ -28,10 +28,6 @@ class TestClass:
b
```
We get this nice error:
![image0](2022-04-02_20-34_0.png)
With type annotations: