Skip to content

Commit

Permalink
Fix simple typo: avaiable -> available (#461)
Browse files Browse the repository at this point in the history
* Fix simple typo: avaiable -> available

* rebuild
  • Loading branch information
timgates42 authored and henryiii committed Sep 16, 2019
1 parent c636368 commit 4c84507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plumbum/lib.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def __get__(self, obj, klass=None):

def getdoc(object):
"""
This gets a docstring if avaiable, and cleans it, but does not look up docs in
This gets a docstring if available, and cleans it, but does not look up docs in
inheritance tree (Pre 3.5 behavior of ``inspect.getdoc``).
"""
try:
Expand Down

0 comments on commit 4c84507

Please sign in to comment.