fixed cap

This commit is contained in:
Andreas Preikschat 2012-05-05 14:38:06 +02:00
parent 785787d7f3
commit aa917e7aba
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ class PriorityQueue(Queue.PriorityQueue):
Each item in the queue must be tuple with three values. The fist value Each item in the queue must be tuple with three values. The fist value
is the priority, the second value the image's ``_number`` attribute. The is the priority, the second value the image's ``_number`` attribute. The
last value the :class:`image` instance itself:: last value the :class:`Image` instance itself::
(Priority.Normal, image._number, image) (Priority.Normal, image._number, image)