From c131fdb533c7850f8c0aeff46b53d516936e4c77 Mon Sep 17 00:00:00 2001 From: Sadie Louise Bartholomew Date: Fri, 17 Nov 2023 17:54:01 +0000 Subject: [PATCH] Fix docstring formatting issue in aggregate module --- cf/aggregate.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cf/aggregate.py b/cf/aggregate.py index 2771fbd7cb..b1da134397 100644 --- a/cf/aggregate.py +++ b/cf/aggregate.py @@ -1831,7 +1831,7 @@ def promote_to_auxiliary_coordinate(self, properties): construct that spans a new independent size 1 domain axis of the field, and the property is deleted. - ... versionadded:: 3.15.0 + .. versionadded:: 3.15.0 :Parameters: @@ -1890,7 +1890,7 @@ def promote_to_field_ancillary(self, properties): If a domain construct is being aggregated then it is always returned unchanged. - ... versionadded:: 3.15.0 + .. versionadded:: 3.15.0 :Parameters: