Skip to content

Commit dbc2579

Browse files
Fix bins default value in docs
1 parent 51da9b9 commit dbc2579

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpnp/dpnp_iface_histograms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -782,7 +782,7 @@ def histogram2d(x, y, bins=10, range=None, density=None, weights=None):
782782
* A combination [int, array] or [array, int], where int
783783
is the number of bins and array is the bin edges.
784784
785-
Default: ``None``
785+
Default: ``10``
786786
range : {None, dpnp.ndarray, usm_ndarray} of shape (2,2), optional
787787
The leftmost and rightmost edges of the bins along each dimension
788788
(if not specified explicitly in the `bins` parameters):

0 commit comments

Comments
 (0)