Skip to content

Commit

Permalink
Improve the docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhuppmann committed Dec 12, 2022
1 parent ff97338 commit c1e01b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyam/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ def dimensions(self):

@property
def coordinates(self):
"""Return the list of `data` coordinates columns (exclude index names)"""
"""Return the list of `data` coordinates (columns not including index names)"""
return [i for i in self._data.index.names if i not in self.index.names]

@property
Expand Down

0 comments on commit c1e01b9

Please sign in to comment.