birdnotes.py
Narrative.addPara()
This method appends one paragraph to the instance's content.
# - - - N a r r a t i v e . a d d P a r a def addPara(self, p): """Add a paragraph to self. """ self._paraList.append(p)