Skip to content

Commit

Permalink
Fix docstring formatting issue in aggregate module
Browse files Browse the repository at this point in the history
  • Loading branch information
sadielbartholomew committed Nov 17, 2023
1 parent 4bd2dbb commit c131fdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cf/aggregate.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit c131fdb

Please sign in to comment.