We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8843029 commit cb80aadCopy full SHA for cb80aad
cf/dimensioncoordinate.py
@@ -769,8 +769,8 @@ def create_bounds(
769
if inplace and self.has_bounds():
770
raise ValueError(
771
"Can't create dimension coordinate bounds in-place when "
772
- "bounds already exist. Consider removing the existing bounds "
773
- "with 'del_bounds'."
+ "bounds already exist. Existing bounds may be removed "
+ "with the 'del_bounds' method."
774
)
775
776
array = self.array
0 commit comments