~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/services/messaging/interfaces.py

Fix typo.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
 
29
29
 
30
30
class QueueNotFound(MessagingException):
31
 
    """Raised if there the queue was not found."""
 
31
    """Raised if the queue was not found."""
32
32
 
33
33
 
34
34
class QueueEmpty(MessagingException):