nways_accelerated_programming icon indicating copy to clipboard operation
nways_accelerated_programming copied to clipboard

Issue: Typo in Python Notebook

Open muntasers opened this issue 2 years ago • 1 comments

Cupy: Example 6, Step 3 - typo. Should be 'set reduction expression a + b' or 'set reduction expression for a and b'. The ampersand (&) is an operator in Python, so it is confusing to use that here to denote 'and'.

muntasers avatar May 31 '23 13:05 muntasers