From b94a37906afe72447a0794775194363625aea722 Mon Sep 17 00:00:00 2001 From: Bill Little Date: Fri, 8 Oct 2021 14:13:55 +0100 Subject: [PATCH] Update latest.rst Fix missing colon in `:func:` directive --- docs/src/whatsnew/latest.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/whatsnew/latest.rst b/docs/src/whatsnew/latest.rst index 7235957958..4548e334fa 100644 --- a/docs/src/whatsnew/latest.rst +++ b/docs/src/whatsnew/latest.rst @@ -69,7 +69,7 @@ This document explains the changes made to Iris for this release for inferring a :class:`~iris.experimental.ugrid.mesh.Mesh` from an appropriate collection of :class:`iris.coords.Coord`\ s. -#. `@larsbarring`_ updated :func`~iris.util.equalise_attributes` to return a list of dictionaries +#. `@larsbarring`_ updated :func:`~iris.util.equalise_attributes` to return a list of dictionaries containing the attributes removed from each :class:`~iris.cube.Cube`. (:pull:`4357`)