diff --git a/doc/howto.rst b/doc/howto.rst index 3f1c5b05305f487028a8a6dbd288b138654a68de..5c5b04d22b7179847a459fe36a4299920247b0f5 100644 --- a/doc/howto.rst +++ b/doc/howto.rst @@ -84,7 +84,7 @@ We can then operate on the array with our own kernels: ... """).build() >>> evt = prg.set_to_1(queue, ary.shape, None, ary.data) - >>> print(ary) + >>> print(ary) #doctest: +NORMALIZE_WHITESPACE [(1, 1000.) (1, 1000.) (1, 1000.) (1, 1000.) (1, 1000.) (1, 1000.) (1, 1000.) (1, 1000.) (1, 1000.) (1, 1000.) (1, 1000.) (1, 1000.) (1, 1000.) (1, 12.) (1, 1000.) (1, 1000.) (1, 1000.) (1, 1000.)