Skip to content

Commit f4703f8

Browse files
authored
Merge pull request #2 from philip-khor/patch-1
Update docstring for detect.py
2 parents 7734e3d + 2aa7a1c commit f4703f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rootpath/detect.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def detect(current_path = None, pattern = None):
3131
3232
Examples:
3333
34-
from rootpath import rootpath
34+
import rootpath
3535
3636
rootpath.detect()
3737
rootpath.detect(__file__)

0 commit comments

Comments
 (0)