summaryrefslogtreecommitdiff
path: root/numpy/lib/histograms.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/lib/histograms.py')
-rw-r--r--numpy/lib/histograms.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/lib/histograms.py b/numpy/lib/histograms.py
index f7feb2531..704f69dce 100644
--- a/numpy/lib/histograms.py
+++ b/numpy/lib/histograms.py
@@ -903,7 +903,7 @@ def histogramdd(sample, bins=10, range=None, density=None, weights=None):
Parameters
----------
- sample : (N, D) array, or (D, N) array_like
+ sample : (N, D) array, or (N, D) array_like
The data to be histogrammed.
Note the unusual interpretation of sample when an array_like: