From 2a500400aa179d35fa81990647a92daf99d3e346 Mon Sep 17 00:00:00 2001 From: CPol Date: Mon, 30 Nov 2020 11:59:12 +0000 Subject: [PATCH] GitBook: [master] one page modified --- misc/basic-python/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/basic-python/README.md b/misc/basic-python/README.md index 623e8046e..09aef9bbe 100644 --- a/misc/basic-python/README.md +++ b/misc/basic-python/README.md @@ -137,7 +137,7 @@ myset.symmetric\_difference\_update\(myset2\) \#myset = Elements that are not in The method in \_\_It\_\_ will be the one used by sort in order to compare if an object of this class is bigger than other -```text +```python class Person(name): def __init__(self,name): self.name= name