Skip to content

Commit b0fb469

Browse files
committed
Update docstring in rezconfig.py to escape backslash
Signed-off-by: Thorsten Kaufmann <[email protected]>
1 parent ba8c0a1 commit b0fb469

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/rez/rezconfig.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@
3838
3939
Paths should use the path separator appropriate for the operating system
4040
(based on Python's os.path.sep). So for Linux paths, / should be used. On
41-
Windows \ (unescaped) should be used.
41+
Windows \\ (unescaped! A change in python 3.12 does not allow single backslashes
42+
in docstrings. Sorry.) should be used.
4243
4344
Note: The comments in this file are extracted and turned into documentation. Pay
4445
attention to the comment formatting and follow the existing style closely.

0 commit comments

Comments
 (0)