Skip to content

Commit

Permalink
Merge pull request #466 from amperser/typo
Browse files Browse the repository at this point in the history
Fix typo in docstring
  • Loading branch information
suchow committed Apr 11, 2016
2 parents 0c1a251 + f0c019d commit 925812d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proselint/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def close_cache_shelves():


def close_cache_shelves_after(f):
"""Decorator that insures cache shelves are closed after the call."""
"""Decorator that ensures cache shelves are closed after the call."""
@functools.wraps(f)
def wrapped(*args, **kwargs):
f(*args, **kwargs)
Expand Down

0 comments on commit 925812d

Please sign in to comment.