Skip to content

Commit 14e1dac

Browse files
Update query.py docstrings: indicate version parameters added
Co-authored-by: David Hassell <[email protected]>
1 parent f656fa0 commit 14e1dac

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

cf/query.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1741,12 +1741,16 @@ def wi(
17411741
bound so that value0 is excluded from the
17421742
range. By default the interval is closed
17431743
so that value0 is included.
1744+
1745+
.. versionadded:: NEXTVERSION
17441746
17451747
open_upper: `bool`, optional
17461748
If True, open the interval at the upper
17471749
bound so that value1 is excluded from the
17481750
range. By default the interval is closed
17491751
so that value1 is included.
1752+
1753+
.. versionadded:: NEXTVERSION
17501754
17511755
units: `str` or `Units`, optional
17521756
The units of *value*. By default, the same units as the

0 commit comments

Comments
 (0)