~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/graph.py

  • Committer: Jelmer Vernooij
  • Date: 2006-06-12 01:53:19 UTC
  • mto: (1558.16.3 revert-missing)
  • mto: This revision was merged to the branch mainline in revision 1767.
  • Revision ID: jelmer@samba.org-20060612015319-bed212cff7f6aaf9
Revert some of my spelling fixes and fix some typos after review by Aaron.

Show diffs side-by-side

added added

removed removed

Lines of Context:
109
109
 
110
110
 
111
111
class Graph(object):
112
 
    """A graph object which can memorize and cache results for performance."""
 
112
    """A graph object which can memoise and cache results for performance."""
113
113
 
114
114
    def __init__(self):
115
115
        super(Graph, self).__init__()