Skip to content

Commit

Permalink
Merge pull request #169 from ss18/ss18/pr1
Browse files Browse the repository at this point in the history
Ss18/pr1 typos
  • Loading branch information
tobgu committed May 13, 2019
2 parents 8cb6c24 + 0334b70 commit 57b45b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyrsistent/_checked_types.py
Expand Up @@ -117,7 +117,7 @@ def _merge_invariant_results(result):

def wrap_invariant(invariant):
# Invariant functions may return the outcome of several tests
# In those cases the results have to be merged before beeing passed
# In those cases the results have to be merged before being passed
# back to the client.
def f(*args, **kwargs):
result = invariant(*args, **kwargs)
Expand Down
2 changes: 1 addition & 1 deletion tests/performance_run.py
Expand Up @@ -299,7 +299,7 @@ def test_range():
# Using ordinary set
start = time.time()
m1 = pmap(elements)
print("Done initalizing, time=%s s, count=%s" % (time.time() - start, COUNT))
print("Done initializing, time=%s s, count=%s" % (time.time() - start, COUNT))


start = time.time()
Expand Down

0 comments on commit 57b45b1

Please sign in to comment.