Skip to content

Commit 65eac80

Browse files
simonjayhawkinsTomAugspurger
authored andcommitted
DOC: fix SyntaxError in doc build on Windows (#26499)
1 parent 6d2398a commit 65eac80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@
319319
pd.options.display.max_rows = 15
320320
321321
import os
322-
os.chdir('{}')
322+
os.chdir(r'{}')
323323
""".format(os.path.dirname(os.path.dirname(__file__)))
324324

325325

0 commit comments

Comments
 (0)