From d2a6daead874762f992532106502c448a9d43758 Mon Sep 17 00:00:00 2001 From: mattip Date: Mon, 21 Jan 2019 23:42:56 +0200 Subject: DOC: remove python2-only methods, small cleanups --- numpy/lib/histograms.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'numpy/lib/histograms.py') diff --git a/numpy/lib/histograms.py b/numpy/lib/histograms.py index 7b229cc89..b00f4c372 100644 --- a/numpy/lib/histograms.py +++ b/numpy/lib/histograms.py @@ -461,7 +461,8 @@ def _histogram_bin_edges_dispatcher(a, bins=None, range=None, weights=None): @array_function_dispatch(_histogram_bin_edges_dispatcher) def histogram_bin_edges(a, bins=10, range=None, weights=None): r""" - Function to calculate only the edges of the bins used by the `histogram` function. + Function to calculate only the edges of the bins used by the `histogram` + function. Parameters ---------- -- cgit v1.2.1