~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/transport/__init__.py

Update Transport.abspath docstring.

Show diffs side-by-side

added added

removed removed

Lines of Context:
307
307
 
308
308
    def abspath(self, relpath):
309
309
        """Return the full url to the given relative path.
310
 
        This can be supplied with a string or a list
 
310
 
 
311
        :param relpath: a string of a relative path
311
312
        """
312
313
 
313
314
        # XXX: Robert Collins 20051016 - is this really needed in the public