Skip to content

Commit 43aa086

Browse files
committed
Fixed typo.
1 parent cb4f305 commit 43aa086

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/library.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ templates directory *once*, use the template loader class::
1818

1919
import os
2020

21-
path = os.path.basedir(__file__)
21+
path = os.path.dirname(__file__)
2222

2323
from chameleon import PageTemplateLoader
2424
templates = PageTemplateLoader(os.path.join(path, "templates"))

0 commit comments

Comments
 (0)