~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/transport/local.py

  • Committer: Vincent Ladeuil
  • Date: 2016-01-22 07:14:36 UTC
  • mto: This revision was merged to the branch mainline in revision 6613.
  • Revision ID: v.ladeuil+lp@free.fr-20160122071436-m4b6lx7hmz6cd65l
Fix doc strings.

Show diffs side-by-side

added added

removed removed

Lines of Context:
188
188
        """Copy the string into the location.
189
189
 
190
190
        :param relpath: Location to put the contents, relative to base.
191
 
        :param bytes:   String
 
191
        :param raw_bytes:   String
192
192
        """
193
193
        if not isinstance(raw_bytes, str):
194
194
            raise TypeError(