Skip to content

Commit a88084e

Browse files
author
willmcgugan@gmail.com
committed
doc fix
1 parent cec248c commit a88084e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

fs/path.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,10 +274,10 @@ def isdotfile(path):
274274
>>> isdotfile('.baz')
275275
True
276276
277-
>>> isdotfile('foo/bar/baz')
277+
>>> isdotfile('foo/bar/.baz')
278278
True
279279
280-
>>> isdotfile('foo/bar.baz').
280+
>>> isdotfile('foo/bar.baz')
281281
False
282282
283283
"""

0 commit comments

Comments
 (0)