Skip to content

Commit

Permalink
Minor change to trigger codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
nspope committed Apr 11, 2024
1 parent b43d1b8 commit b431c6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/tskit/trees.py
Original file line number Diff line number Diff line change
Expand Up @@ -9328,8 +9328,8 @@ def pair_coalescence_counts(
sequence windows to compute the statistic in, or None.
:param bool span_normalise: Whether to divide the result by the span of
the window (defaults to True).
:param time_windows: Either a string "nodes" or an increasing
list of breakpoints between time intervals.
:param time_windows: Either "nodes" or an increasing list of
breakpoints between time intervals.
"""

if sample_sets is None:
Expand Down

0 comments on commit b431c6a

Please sign in to comment.