Skip to content

Commit a96ee18

Browse files
author
Will Benfold
committed
Update whatsnew with PR num
1 parent 7ef20f5 commit a96ee18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/whatsnew/latest.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ This document explains the changes made to Iris for this release
204204
which was deprecated in ``v3.0``. Instead use
205205
:class:`iris.common.resolve.Resolve`. For example, rather than calling
206206
``as_compatible_shape(src_cube, target_cube)`` replace with
207-
``Resolve(src_cube, target_cube)(target_cube.core_data())``. (:pull:`XXXX`)
207+
``Resolve(src_cube, target_cube)(target_cube.core_data())``. (:pull:`4513`)
208208

209209

210210
🔗 Dependencies

0 commit comments

Comments
 (0)