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