File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -495,7 +495,6 @@ def __str__(self):
495
495
if self .open_lower :
496
496
repr_value = "(" + repr_value [1 :]
497
497
498
-
499
498
if self .open_upper :
500
499
repr_value = repr_value [:- 1 ] + ")"
501
500
@@ -1740,15 +1739,15 @@ def wi(
1740
1739
bound so that value0 is excluded from the
1741
1740
range. By default the interval is closed
1742
1741
so that value0 is included.
1743
-
1742
+
1744
1743
.. versionadded:: NEXTVERSION
1745
1744
1746
1745
open_upper: `bool`, optional
1747
1746
If True, open the interval at the upper
1748
1747
bound so that value1 is excluded from the
1749
1748
range. By default the interval is closed
1750
1749
so that value1 is included.
1751
-
1750
+
1752
1751
.. versionadded:: NEXTVERSION
1753
1752
1754
1753
units: `str` or `Units`, optional
You can’t perform that action at this time.
0 commit comments