Skip to content

Commit

Permalink
Some small spelling fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed Dec 15, 2011
1 parent 7a8008d commit a284c31
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.rst
Expand Up @@ -40,16 +40,16 @@ running pystuck from the shell shows interesting stuff:

...

its stuck waiting for the lock!.
it's stuck waiting for the lock!.
it actually prints two more threads that are related to pystuck, ignore them.

whose got the lock?!
who's got the lock?!
====================

::

# it seldom happens that a thread doesn't release the lock or stuck while holding it.
# we want to know which thread... bare with me now.
# it seldom happens that a thread doesn't release the lock or is stuck while holding it.
# we want to know which thread... bear with me now.
rlock.acquire()

invoking pystuck again:
Expand Down

0 comments on commit a284c31

Please sign in to comment.