GitBook: [master] one page modified

This commit is contained in:
CPol 2020-11-30 11:59:12 +00:00 committed by gitbook-bot
parent 5acd0ac9ea
commit 2a500400aa
No known key found for this signature in database
GPG key ID: 07D2180C7B12D0FF

View file

@ -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