comment fix

This commit is contained in:
Andreas Preikschat 2011-06-25 08:20:02 +02:00
parent 1730f5a99f
commit b1b29e9abf
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ class Priority(object):
Only the image's byte stream has to be generated. Because the image's Only the image's byte stream has to be generated. Because the image's
``QImage`` has been requested previously it is reasonable to assume that ``QImage`` has been requested previously it is reasonable to assume that
the byte stream will be needed before the byte stream of other images the byte stream will be needed before the byte stream of other images
which ``QImage`` were not generated due to a request. whose ``QImage`` were not generated due to a request.
``Normal`` ``Normal``
The image's byte stream as well as the image has to be generated. The image's byte stream as well as the image has to be generated.