From 4f76a54239ee1537040238c5af4a35dd189fbc4c Mon Sep 17 00:00:00 2001 From: dieter Date: Mon, 19 Oct 2020 08:28:18 +0200 Subject: [PATCH] cosmetics --- docs/README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/README.rst b/docs/README.rst index 8cdf107a..c5471648 100644 --- a/docs/README.rst +++ b/docs/README.rst @@ -1097,6 +1097,7 @@ interface of the same name and therefore not added by ``alsoProvides``. ... >>> obj = Obj() >>> alsoProvides(obj, I) + >>> >>> def add_interfaces(obj): ... class I(Interface): ... pass