Skip to content

Commit

Permalink
Amend
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreDecan committed Oct 17, 2024
1 parent 28b1434 commit 7482a04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -675,7 +675,7 @@ The values corresponding to intersecting keys (i.e., when the two instances over

```

The `how` function can also receive the current intersecting key as third parameter, by enabling the `pass_interval` parameter of `.combine`.
The `how` function can also receive the current interval as third parameter, by enabling the `pass_interval` parameter of `.combine`.
The `combine` method also accepts a `missing` parameter. When `missing` is set, the `how` function is called even for non-intersecting keys, using the value of `missing` to replace the missing values:

```python
Expand Down

0 comments on commit 7482a04

Please sign in to comment.