From b159dfcbbf17d6dcfa7e75667ac2d5783e78ecbd Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Wed, 6 Dec 2023 19:19:14 +0100 Subject: [PATCH] Update README.md Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com> --- python_basics/class/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/python_basics/class/README.md b/python_basics/class/README.md index e4c8526..f35b599 100644 --- a/python_basics/class/README.md +++ b/python_basics/class/README.md @@ -224,6 +224,7 @@ print(instance_b.a) # -> [] ``` ### [@property()](https://docs.python.org/3/library/functions.html#property) + {: .topic-optional} This is an optional topic!