From b92f7ec7647be9f5a179fb565bb2ca5aa81c845e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Tue, 28 Apr 2020 04:09:50 +0200 Subject: [PATCH] Small fixes --- README.md | 4 ++-- index.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 252c4d2..d48436a 100644 --- a/README.md +++ b/README.md @@ -2222,8 +2222,8 @@ type(MyMetaClass) == type # MyMetaClass is an instance of type. | MyClass --> MyMetaClass | | | v | | object -----> type <+ | -| | ^ +--+ | -| str ---------+ | +| | ^ +--+ | +| str ----------+ | +-------------+-------------+ ``` diff --git a/index.html b/index.html index ec4ebbe..a8e674d 100644 --- a/index.html +++ b/index.html @@ -1934,8 +1934,8 @@ type(MyMetaClass) == type # MyMetaClass is | MyClass --> MyMetaClass | | | v | | object -----> type <+ | -| | ^ +--+ | -| str ---------+ | +| | ^ +--+ | +| str ----------+ | +-------------+-------------+

Inheritance Diagram

MyClass.__base__     == object       # MyClass is a subclass of object.