We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1415b6 commit 6fd7fd9Copy full SHA for 6fd7fd9
Python/README.md
@@ -127,7 +127,7 @@
127
* `sum()`
128
* `tuple()`
129
* `zip()`
130
- * `\_\_main__()`
+ * `__main__()`
131
132
5. Classes
133
* class
@@ -138,10 +138,10 @@
138
* Methods
139
* Self
140
* Instance Object
141
- * `\_\_init__(self)`
142
- * `\_\_str__(self)`
143
- * `\_\_iter__(self)`
144
- * `\_\_next__(self)`
+ * `__init__(self)`
+ * `__str__(self)`
+ * `__iter__(self)`
+ * `__next__(self)`
145
146
147
6. Tasks
0 commit comments