Skip to content

Commit 63c5905

Browse files
committed
Fix formatting
1 parent aca67b9 commit 63c5905

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xarray/util/deprecation_helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ def warning_message(self, message: str, recommend_set_options: bool = True) -> s
199199

200200
return (
201201
f"In a future version of xarray the default value for {self._name} will "
202-
+ f"change from {self._name}={self._old!r} to {self._name}={self._new!r}. "
202+
f"change from {self._name}={self._old!r} to {self._name}={self._new!r}. "
203203
+ message
204204
+ recommendation
205205
)

0 commit comments

Comments
 (0)