summaryrefslogtreecommitdiff
path: root/numpy/lib
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/lib')
-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 732924657..aa067a431 100644
--- a/numpy/lib/histograms.py
+++ b/numpy/lib/histograms.py
@@ -349,7 +349,7 @@ def _search_sorted_inclusive(a, v):
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.
Parameters