Skip to content

Commit ee569c7

Browse files
Merge pull request #403 from IntelPython/fix-deprecation-warning
Fix deprecation warning
2 parents 22a85f7 + 2436fe8 commit ee569c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpctl/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656

5757

5858
def get_include():
59-
"""
59+
r"""
6060
Return the directory that contains the dpctl \*.h header files.
6161
6262
Extension modules that need to be compiled against dpctl should use

0 commit comments

Comments
 (0)