Skip to content

Commit

Permalink
Minor README correction
Browse files Browse the repository at this point in the history
  • Loading branch information
tnm committed Jan 22, 2014
1 parent 4c44da9 commit d454441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ on what can be pickled, and thus put into queues:
- Classes that are defined at the top level of a module
- Instances of such classes whose `__dict__` or `__setstate__()` is picklable (see section 'The pickle protocol' for details)

You probably know this already, but here's the 20-second overview of these four data structures.
You probably know this already, but here's the 20-second overview of these data structures.

A **queue**:

Expand Down

0 comments on commit d454441

Please sign in to comment.