Skip to content

Commit 2877938

Browse files
Add missing space in spherical regridding error message
1 parent c66eae9 commit 2877938

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cf/regrid/regrid.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1181,7 +1181,7 @@ def spherical_grid(
11811181
f"The {name} latitude and longitude coordinates "
11821182
"are 2-d but the X and Y axes could not be identified "
11831183
"from dimension coordinates nor from the "
1184-
f"{'src_axes' if name == 'source' else 'dst_axes'!r}"
1184+
f"{'src_axes' if name == 'source' else 'dst_axes'!r} "
11851185
"parameter"
11861186
)
11871187

0 commit comments

Comments
 (0)