Skip to content

Commit

Permalink
escape warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Ma committed Sep 12, 2024
1 parent 2f97425 commit 7d22750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/histogram/ndarray/NumpyNdArray.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ def transpose(self, *args):

# ufuncs
def integrate(self, start, end, dx):
"""integrate( start, end, dx) -> dx*\sum_{i in [start, end)}vec_i
"""integrate( start, end, dx) -> dx*/sum_{i in [start, end)}vec_i
Add from start to (but not including) end, multiply by dx.
Inputs:
start: index at which to begin (integer)
Expand Down

0 comments on commit 7d22750

Please sign in to comment.