~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/cethread.py

  • Committer: Andrew Bennetts
  • Date: 2011-05-19 09:32:38 UTC
  • mto: This revision was merged to the branch mainline in revision 5896.
  • Revision ID: andrew.bennetts@canonical.com-20110519093238-nwmz5fkehlu37hag
Move docstring formatting fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
103
103
        """Declare which exceptions will be ignored.
104
104
 
105
105
        :param ignored: Can be either:
 
106
        
106
107
           - None: all exceptions will be raised,
107
108
           - an exception class: the instances of this class will be ignored,
108
109
           - a tuple of exception classes: the instances of any class of the