Skip to content

Commit

Permalink
Format and fix typo in docstring for 'concatenate_data'
Browse files Browse the repository at this point in the history
  • Loading branch information
sadielbartholomew committed Aug 1, 2022
1 parent 9750020 commit b367578
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions cf/data/mixin/deprecations.py
Original file line number Diff line number Diff line change
Expand Up @@ -969,10 +969,12 @@ def reconstruct_sectioned_data(cls, sections, cyclic=(), hardmask=None):

@classmethod
def concatenate_data(cls, data_list, axis):
"""Concatenates a list of Data objects into a single Data object
along the specified access (see cf.Data.concatenate for
details). In the case that the list contains only one element,
that element is simply returned.
"""Concatenates a list of Data objects along the specified axis.
See cf.Data.concatenate for details.
In the case that the list contains only one element, that element
is simply returned.
:Parameters:
Expand Down

0 comments on commit b367578

Please sign in to comment.