Skip to content

Commit 2a50040

Browse files
carlospolopgitbook-bot
authored andcommitted
GitBook: [master] one page modified
1 parent 5acd0ac commit 2a50040

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

misc/basic-python/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ myset.symmetric\_difference\_update\(myset2\) \#myset = Elements that are not in
137137

138138
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
139139

140-
```text
140+
```python
141141
class Person(name):
142142
def __init__(self,name):
143143
self.name= name

0 commit comments

Comments
 (0)