~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/index.py

  • Committer: Martin Pool
  • Date: 2009-10-29 05:54:49 UTC
  • mto: This revision was merged to the branch mainline in revision 4776.
  • Revision ID: mbp@sourcefrog.net-20091029055449-my1e8z0tzapf2yme
Remove several '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
        """