~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/index.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-10-29 08:04:29 UTC
  • mfrom: (4775.1.3 trivial)
  • Revision ID: pqm@pqm.ubuntu.com-20091029080429-lyew1dt9mf17vuje
(mbp) remove 'the the' typos

Show diffs side-by-side

added added

removed removed

Lines of Context:
1170
1170
            self._parsed_key_map.insert(index + 1, new_key)
1171
1171
 
1172
1172
    def _read_and_parse(self, readv_ranges):
1173
 
        """Read the the ranges and parse the resulting data.
 
1173
        """Read the ranges and parse the resulting data.
1174
1174
 
1175
1175
        :param readv_ranges: A prepared readv range list.
1176
1176
        """