Update README.md

Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
David Rotermund 2023-12-29 15:24:47 +01:00 committed by GitHub
parent 771aba1d48
commit 244c3407e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -58,7 +58,7 @@ AssertionError Traceback (most recent call last)
AssertionError:
```
or with expression 2:
or with expression 2 (**Note: this can be a f-string!!!**):
```python
assert 1 == 2, "1 should be the same as 2"