diff --git a/lib/jqueue.py b/lib/jqueue.py index 34ac6a7ec149e65558b3d8095e445c0160c95073..6c707af0411e2fb3f2f191066dc4e6220dc759f5 100644 --- a/lib/jqueue.py +++ b/lib/jqueue.py @@ -101,7 +101,7 @@ class _QueuedOpCode(object): "__weakref__"] def __init__(self, op): - """Constructor for the _QuededOpCode. + """Initializes instances of this class. @type op: L{opcodes.OpCode} @param op: the opcode we encapsulate