Skip to content

Commit cb80aad

Browse files
committed
dev
1 parent 8843029 commit cb80aad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cf/dimensioncoordinate.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -769,8 +769,8 @@ def create_bounds(
769769
if inplace and self.has_bounds():
770770
raise ValueError(
771771
"Can't create dimension coordinate bounds in-place when "
772-
"bounds already exist. Consider removing the existing bounds "
773-
"with 'del_bounds'."
772+
"bounds already exist. Existing bounds may be removed "
773+
"with the 'del_bounds' method."
774774
)
775775

776776
array = self.array

0 commit comments

Comments
 (0)