~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/smart/medium.py

  • Committer: Frank Aspell
  • Date: 2009-02-22 16:54:02 UTC
  • mto: This revision was merged to the branch mainline in revision 4256.
  • Revision ID: frankaspell@googlemail.com-20090222165402-2myrucnu7er5w4ha
Fixing various typos

Show diffs side-by-side

added added

removed removed

Lines of Context:
366
366
    def accept_bytes(self, bytes):
367
367
        """Accept bytes for inclusion in this request.
368
368
 
369
 
        This method may not be be called after finished_writing() has been
 
369
        This method may not be called after finished_writing() has been
370
370
        called.  It depends upon the Medium whether or not the bytes will be
371
371
        immediately transmitted. Message based Mediums will tend to buffer the
372
372
        bytes until finished_writing() is called.