Skip to content

Commit

Permalink
Update src/zope/site/site.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Jason Madden <jamadden@gmail.com>
  • Loading branch information
Michael Howitz and jamadden committed Sep 10, 2020
1 parent 4815f6f commit 51deee8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/zope/site/site.rst
Original file line number Diff line number Diff line change
Expand Up @@ -358,3 +358,8 @@ Deleting a site unregisters its site manger from its parent site manager:
>>> del myfolder2['myfolder21']
>>> myfolder2.getSiteManager().subs
()

The removed site manager now has no bases:

>>> myfolder21.getSiteManager().__bases__
()

0 comments on commit 51deee8

Please sign in to comment.