Commit a88084ed by willmcgugan@gmail.com

doc fix

parent cec248ce
......@@ -274,10 +274,10 @@ def isdotfile(path):
>>> isdotfile('.baz')
True
>>> isdotfile('foo/bar/baz')
>>> isdotfile('foo/bar/.baz')
True
>>> isdotfile('foo/bar.baz').
>>> isdotfile('foo/bar.baz')
False
"""
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment