Skip to content
Snippets Groups Projects
Commit 59d40857 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Fix doc phrasing in scan.

parent a37369a5
Loading
......@@ -943,7 +943,7 @@ class _GenericScanKernelBase(object):
from warnings import warn
warn("not specifying 'neutral' is deprecated and will lead to "
"wrong results if your scan is not in-place or your "
"'output_statement' otherwise does something non-trivial",
"'output_statement' does something otherwise non-trivial",
stacklevel=2)
if dtype.itemsize % 4 != 0:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment