Skip to content

Commit

Permalink
Merge pull request #94 from brettcannon/patch-4
Browse files Browse the repository at this point in the history
Wording tweak and missing period
  • Loading branch information
njsmith authored Mar 12, 2017
2 parents d23fc34 + 5041177 commit 298d9e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trio/testing.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ def jump(self, seconds):
seconds (float): the number of seconds to jump the clock forward.
Raises:
ValueError: if you try to pass a negative ``seconds``
ValueError: if you try to pass a negative value for ``seconds``.
"""
if seconds < 0:
Expand Down

0 comments on commit 298d9e4

Please sign in to comment.