Skip to content

Commit 5c3823d

Browse files
committed
Adjust kde-python page so that sample source is fully visible without scrolling left or right
1 parent dcf959f commit 5c3823d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

content/en/docs/kde-python.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ For illustration purpose, here is a sample extension source code:
2929
#include <vector>
3030

3131
sycl::event
32-
py_foo(dpctl::tensor::usm_ndarray inp, dpctl::tensor::usm_ndarray out, const std::vector<sycl::event> &deps) {
32+
py_foo(dpctl::tensor::usm_ndarray inp,
33+
dpctl::tensor::usm_ndarray out,
34+
const std::vector<sycl::event> &deps) {
3335
// validation steps skipped
3436

3537
// Execution queue is the queue associated with input arrays

0 commit comments

Comments
 (0)