From aa917e7aba45f1c6fc226b5f7270b84b7d68b6b6 Mon Sep 17 00:00:00 2001 From: Andreas Preikschat Date: Sat, 5 May 2012 14:38:06 +0200 Subject: [PATCH] fixed cap --- openlp/core/lib/imagemanager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openlp/core/lib/imagemanager.py b/openlp/core/lib/imagemanager.py index 660c3fe22..9ef02a9a6 100644 --- a/openlp/core/lib/imagemanager.py +++ b/openlp/core/lib/imagemanager.py @@ -119,7 +119,7 @@ class PriorityQueue(Queue.PriorityQueue): 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 - last value the :class:`image` instance itself:: + last value the :class:`Image` instance itself:: (Priority.Normal, image._number, image)