Skip to content

Commit 758ed3c

Browse files
committed
format README.rst
1 parent 750409d commit 758ed3c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ Usage
4646
delay_queue.put("an item", 30)
4747
4848
delay_queue.get()
49-
# Waits for 30seconds before returning "an item". If any other item is added via another thread and if the delay preceeds of that item, then that item will be returned first.
49+
# Waits for 30seconds before returning "an item". If any other item is added via another thread and
50+
# if the delay precedes of that item, then that item will be returned first.
5051
5152
5253
.. _pyscaffold-notes:

0 commit comments

Comments
 (0)