Skip to content

Commit 331e64b

Browse files
committed
Fix underscore display issue
1 parent 89df144 commit 331e64b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Python/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
* tuple()
130130
* type()
131131
* zip()
132-
* __main__()
132+
* \_\_main__()
133133

134134
5. Classes
135135
* class
@@ -140,10 +140,10 @@
140140
* Methods
141141
* Self
142142
* Instance Object
143-
* __init__(self)
144-
* __str__(self)
145-
* __iter__(self)
146-
* __next__(self)
143+
* \_\_init__(self)
144+
* \_\_str__(self)
145+
* \_\_iter__(self)
146+
* \_\_next__(self)
147147

148148

149149
6. Tasks

0 commit comments

Comments
 (0)