common indentation for comment

This commit is contained in:
Vostretsov Nikita 2018-12-14 14:54:24 +00:00
parent 484927b08c
commit 6af964cc0b
1 changed files with 3 additions and 3 deletions

View File

@ -96,9 +96,9 @@ class PrioritySlot:
class PriorityAsTupleQueue(PriorityQueue):
"""
Python structures is not directly (de)serialized (to)from json.
We need this modified queue to transform custom structure (from)to
json serializable structures
Python structures is not directly (de)serialized (to)from json.
We need this modified queue to transform custom structure (from)to
json serializable structures
"""
def __init__(self, qfactory, startprios=()):