Skip to content

Commit

Permalink
docs: rename builder to builders
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlangrose committed Dec 12, 2022
1 parent a993f60 commit d332399
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions LoopStructural/modelling/core/geological_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -1538,8 +1538,8 @@ def create_and_add_fault(
Notes
-----
* :meth:`LoopStructural.GeologicalModel.get_interpolator`
* :class:`LoopStructural.modelling.features.FaultBuilder`
* :meth:`LoopStructural.modelling.features.FaultBuilder.setup`
* :class:`LoopStructural.modelling.features.builders.FaultBuilder`
* :meth:`LoopStructural.modelling.features.builders.FaultBuilder.setup`
"""
if "fault_extent" in kwargs and major_axis is None:
major_axis = kwargs["fault_extent"]
Expand Down

0 comments on commit d332399

Please sign in to comment.