~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/errors.py

  • Committer: John Arbash Meinel
  • Date: 2006-04-26 18:31:30 UTC
  • mto: This revision was merged to the branch mainline in revision 1692.
  • Revision ID: john@arbash-meinel.com-20060426183130-64be4c6854e36a9b
grammer fix.

Show diffs side-by-side

added added

removed removed

Lines of Context:
236
236
 
237
237
 
238
238
class NoRepositoryPresent(BzrNewError):
239
 
    """Not repository present: %(path)r"""
 
239
    """No repository present: %(path)r"""
240
240
    def __init__(self, bzrdir):
241
241
        BzrNewError.__init__(self)
242
242
        self.path = bzrdir.transport.clone('..').base