Skip to content

Commit

Permalink
Fixed typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerome Kelleher committed Oct 16, 2013
1 parent 6c66768 commit b1c99c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Efficient coalescent simulation in continuous space

Simulates the coalescent for populations evolving in a spatial
continuum under the extinction/recolonisation model. This
package is a specialisation of the `ercs <https://pypi.python.org/pypi/ercs>`
package is a specialisation of the `ercs <https://pypi.python.org/pypi/ercs>`_
package, and provides a much more efficient method of
simulating the spatial coalescent for the disc model.
A very similar (but not identical) interface to ``ercs``
Expand Down
2 changes: 1 addition & 1 deletion tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ def test_random_parameters(self):
parser.add_option("-s", "--random-seed", dest="random_seed",
help="Random seed", default=1)
parser.add_option("-n", "--name-case", dest="name",
help="Run this specified test", default="test")
help="Run this specified test", default="tests")
parser.add_option("-i", "--iterations", dest="iterations",
help="Repeat for i iterations", default="1")
(options, args) = parser.parse_args()
Expand Down

0 comments on commit b1c99c9

Please sign in to comment.