cosmetics

This commit is contained in:
dieter 2020-10-19 08:28:18 +02:00
parent c49e8b27b6
commit 4f76a54239
1 changed files with 1 additions and 0 deletions

View File

@ -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