Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Sung committed Jan 10, 2012
1 parent 3196ed9 commit 4268756
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/zc/queue/queue.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ Queues can be instantiated with no arguments.

The basic API is simple: use `put` to add items to the back of the queue, and
`pull` to pull things off the queue, defaulting to the front of the queue.
Note that `Item` could be either persistent or non persistent object.

>>> q.put(Item(1))
>>> q.put(Item(2))
Expand Down

0 comments on commit 4268756

Please sign in to comment.