From c56c21bc5c8937725054e08e27cd80f6ca228bf4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl>
Date: Tue, 28 Apr 2020 15:33:29 +0200
Subject: [PATCH] fix in docs

---
 README.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/README.md b/README.md
index 193be031..c9c257ef 100644
--- a/README.md
+++ b/README.md
@@ -23,6 +23,9 @@ Satella contains, among other things:
 * helpful [exception handlers](satella/exception_handling)
 * common programming [idioms](satella/coding)
 
+Most Satella objects make heavy use of `__slots__`, so they are memory friendly and usable on embedded systems,
+where memory is at premium.
+
 Full [documentation](http://satella.readthedocs.io/en/latest/?badge=latest)
 is available for the brave souls that do decide to use this library.
 
-- 
GitLab