~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/__init__.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-04-06 04:33:55 UTC
  • mfrom: (4031.3.3 faspell-typos)
  • Revision ID: pqm@pqm.ubuntu.com-20090406043355-a94p92pr191lpmv1
(Matt Nordhoff, Frank Aspell) Fix typos in documentation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
997
997
                raise AssertionError("%r is %r." % (left, right))
998
998
 
999
999
    def assertTransportMode(self, transport, path, mode):
1000
 
        """Fail if a path does not have mode mode.
 
1000
        """Fail if a path does not have mode "mode".
1001
1001
 
1002
1002
        If modes are not supported on this transport, the assertion is ignored.
1003
1003
        """