Browse Source

Small fixes

pull/54/head
Jure Šorn 4 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 |
| | v |
| object -----> type <+ |
| | ^ +--+ |
| str ---------+ |
| | ^ +--+ |
| str ----------+ |
+-------------+-------------+
```

4
index.html

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

Loading…
Cancel
Save