From 3fb1ed149ce3a94f927cd5a73d59d114db66eb08 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Fri, 8 May 2020 18:44:13 +0300 Subject: [PATCH] docs... Signed-off-by: Alex A. Naanou --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b8b5c59..ee19969 100755 --- a/README.md +++ b/README.md @@ -608,7 +608,7 @@ RawInstance(, , ..) _Un-initialized_ means this will not call `.__init__(..)` -This can be called with and without `new`. +`RawInstance(..)` can be called with and without `new`. ### `Constructor(..)` / `C(..)` @@ -644,9 +644,6 @@ done for two reasons: empty inheritance. -This can be called with and without `new`. - - Shorthand to `Constructor(..)` ``` C(, ..) @@ -654,6 +651,9 @@ C(, ..) ``` +`Constructor(..)` / `C(..)` can be called with and without `new`. + + ## Utilities