Skip to content

Commit

Permalink
Make README agnostic about Python minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
brandon-rhodes committed Dec 16, 2014
1 parent 5012ff1 commit a3573e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions adventure/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ with a filename, and then can resume it later::

You can find two complete, working walkthroughs of the game in its
``tests`` directory, which you can run using the ``discover`` module that
comes built-in with Python 3.2::
comes built-in with Python 3::

$ python3.2 -m unittest discover adventure
$ python3 -m unittest discover adventure

I wrote most of this package over Christmas vacation 2010, to learn more
about the workings of the game that so enthralled me as a child; the
Expand Down

0 comments on commit a3573e8

Please sign in to comment.