Skip to content

Commit a42927e

Browse files
Fixed warnings from example section in docstring of dpctl.lsplatform
1 parent 370aa8b commit a42927e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpctl/_sycl_platform.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ def lsplatform(verbosity=0):
298298
On a system with an OpenCL CPU driver, OpenCL GPU driver,
299299
Level Zero GPU driver, running the command. ::
300300
301-
$python -c "import dpctl; dpctl.lsplatform()"
301+
$ python -c "import dpctl; dpctl.lsplatform()"
302302
303303
returns ::
304304

0 commit comments

Comments
 (0)