Skip to content

Commit b92f7ec

Browse files
committed
Small fixes
1 parent 75dd1c8 commit b92f7ec

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2222,8 +2222,8 @@ type(MyMetaClass) == type # MyMetaClass is an instance of type.
22222222
| MyClass --> MyMetaClass |
22232223
| | v |
22242224
| object -----> type <+ |
2225-
| | ^ +--+ |
2226-
| str ---------+ |
2225+
| | ^ +--+ |
2226+
| str ----------+ |
22272227
+-------------+-------------+
22282228
```
22292229

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1934,8 +1934,8 @@
19341934
| MyClass --&gt; MyMetaClass |
19351935
| | v |
19361936
| object -----&gt; type &lt;+ |
1937-
| | ^ +--+ |
1938-
| str ---------+ |
1937+
| | ^ +--+ |
1938+
| str ----------+ |
19391939
+-------------+-------------+
19401940
</code></pre>
19411941
<div><h3 id="inheritancediagram">Inheritance Diagram</h3><pre><code class="python language-python hljs">MyClass.__base__ == object <span class="hljs-comment"># MyClass is a subclass of object.</span>

0 commit comments

Comments
 (0)