Browse Source

Small fixes

pull/54/head
Jure Šorn 5 years ago
parent
commit
b92f7ec764
2 changed files with 4 additions and 4 deletions
  1. 4
      README.md
  2. 4
      index.html

4
README.md

@ -2222,8 +2222,8 @@ type(MyMetaClass) == type # MyMetaClass is an instance of type.
| MyClass --> MyMetaClass | | MyClass --> MyMetaClass |
| | v | | | v |
| object -----> type <+ | | object -----> type <+ |
| | ^ +--+ | | | ^ +--+ |
| str ---------+ | | str ----------+ |
+-------------+-------------+ +-------------+-------------+
``` ```

4
index.html

@ -1934,8 +1934,8 @@ type(MyMetaClass) == type <span class="hljs-comment"># MyMetaClass is
| MyClass --&gt; MyMetaClass | | MyClass --&gt; MyMetaClass |
| | v | | | v |
| object -----&gt; type &lt;+ | | object -----&gt; type &lt;+ |
| | ^ +--+ | | | ^ +--+ |
| str ---------+ | | str ----------+ |
+-------------+-------------+ +-------------+-------------+
</code></pre> </code></pre>
<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> <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>

|||||||
100:0
Loading…
Cancel
Save