~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/errors.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-04-29 09:19:50 UTC
  • mfrom: (1185.50.89 bzr-jam-integration)
  • Revision ID: pqm@pqm.ubuntu.com-20060429091950-d5ec09cd6e7c591a
Small help-text fixes

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