Update README.md

Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
David Rotermund 2023-12-28 17:03:05 +01:00 committed by GitHub
parent 60ce30cb9a
commit 86c576ed42
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -58,7 +58,7 @@ Important VS Code notes:
* [Built-in Keywords](python_basics/keywords/README.md)
## Python: Special topics
* [pickle: save and load Python object](python_basics/pickle/README.md)
* [pickle: save and load Python objects](python_basics/pickle/README.md)
* [The Python Standard Library](python_basics/standard_libraries/README.md)
* [Dataclass](python_basics/dataclass/README.md)
* [Organizing parameters: dataclasses and dataconf](python_basics/dataconf/README.md)