Skip to content

Commit eb14402

Browse files
jsignellkeewis
andauthored
Apply suggestions from code review
Co-authored-by: Justus Magin <[email protected]>
1 parent 38ef42d commit eb14402

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/whats-new.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Breaking changes
3636
Deprecations
3737
~~~~~~~~~~~~
3838

39-
- Start deprecation cycle for changing the default keyword arguments to ``concat``, ``merge``, ``combine``, ``open_mfdataset``.
39+
- Start a deprecation cycle for changing the default keyword arguments to ``concat``, ``merge``, ``combine``, ``open_mfdataset``.
4040
Emits a ``FutureWarning`` when using old defaults and new defaults would result in different behavior.
4141
Adds an option: ``use_new_combine_kwarg_defaults`` to opt in to new defaults immediately.
4242

xarray/structure/alignment.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ def update_dicts(
456456
):
457457
emit_user_level_warning(
458458
self.join.warning_message(
459-
"This change will result in the following ValueError:"
459+
"This change will result in the following ValueError: "
460460
"cannot be aligned with join='exact' because "
461461
"index/labels/sizes are not equal along "
462462
"these coordinates (dimensions): "

0 commit comments

Comments
 (0)