typos & doc string formatting

svn: r12925
This commit is contained in:
Raphael Ackermann
2009-08-08 19:11:39 +00:00
parent f6409fe94f
commit 28c404be58
4 changed files with 25 additions and 13 deletions

View File

@ -48,7 +48,7 @@ log = logging.getLogger(".graphdoc")
class GVDoc(object):
"""
Abstract Interface for Graphviz document generators. Output formats
for Graphviz reports must implment this interface to be used by the
for Graphviz reports must implement this interface to be used by the
report system.
"""
def add_node(self, node_id, label, shape="", color="",