Commit a88084ed by willmcgugan@gmail.com

doc fix

parent cec248ce
...@@ -274,10 +274,10 @@ def isdotfile(path): ...@@ -274,10 +274,10 @@ def isdotfile(path):
>>> isdotfile('.baz') >>> isdotfile('.baz')
True True
>>> isdotfile('foo/bar/baz') >>> isdotfile('foo/bar/.baz')
True True
>>> isdotfile('foo/bar.baz'). >>> isdotfile('foo/bar.baz')
False 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