birdnotes.py: Objects to represent bird note files
18.2. Paragraph.addContent()
Appends a new phrase to the content.
birdnotes.py
# - - - P a r a g r a p h . a d d C o n t e n t
def addContent ( self, tag, text ):
"""Add another phrase to the phrase list.
"""
self.__phraseList.append ( (tag, text) )