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 89df144 commit 331e64bCopy full SHA for 331e64b
Python/README.md
@@ -129,7 +129,7 @@
129
* tuple()
130
* type()
131
* zip()
132
- * __main__()
+ * \_\_main__()
133
134
5. Classes
135
* class
@@ -140,10 +140,10 @@
140
* Methods
141
* Self
142
* Instance Object
143
- * __init__(self)
144
- * __str__(self)
145
- * __iter__(self)
146
- * __next__(self)
+ * \_\_init__(self)
+ * \_\_str__(self)
+ * \_\_iter__(self)
+ * \_\_next__(self)
147
148
149
6. Tasks
0 commit comments