Skip to content

Commit

Permalink
modify docstring to Points object
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Mather committed Sep 23, 2024
1 parent 5714e15 commit 4d18cb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gplately/reconstruction.py
Original file line number Diff line number Diff line change
Expand Up @@ -1209,8 +1209,8 @@ class Points(object):
The specific geological time (Ma) at which to reconstruct the point data. By default, it is set to
the present day (0 Ma).
plate_id : int, default=None
The plate ID of a particular tectonic plate on which point data lies, if known. This is obtained in `init`
plate_id : int or 1D array, default=None
plate ID(s) of a particular tectonic plate on which point data lies, if known. This is obtained in `init`
if not provided.
"""
Expand Down

0 comments on commit 4d18cb6

Please sign in to comment.