This commit is contained in:
Daniil Yarancev
2017-08-12 12:35:35 +03:00
committed by GitHub
parent 96eef6d789
commit 28c530e7ca

View File

@@ -33,7 +33,7 @@
## assert deq.peekLast == a
##
## while deq.len > 0: # checking if the deque is empty
## echo deq.removeLast()
## echo deq.popLast()
##
## Note: For inter thread communication use
## a `Channel <channels.html>`_ instead.