Skip to content

Commit

Permalink
DOC: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tritemio committed May 2, 2017
1 parent 562f957 commit 0146196
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fretbursts/burstlib.py
Original file line number Diff line number Diff line change
Expand Up @@ -1823,8 +1823,8 @@ def _burst_search_rate(self, m, L, min_rate_cps, c=-1, ph_sel=Ph_sel('all'),
(m - 1 - c) / (t[last] - t[first]) >= min_rate_cps
Arguments:
min_rate_cps (float or array): minimum photon rate for burst start
if array if one value per channel.
min_rate_cps (float or array): minimum photon rate for burst start.
If array is one value per channel.
"""
bsearch = _get_bsearch_func(pure_python=pure_python)

Expand Down

0 comments on commit 0146196

Please sign in to comment.