Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion autogalaxy/galaxy/plot/galaxies_plots.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def _check_no_linear(galaxies):
def _galaxies_critical_curves(galaxies, grid, tc=None, rc=None):
"""Return the tangential and radial critical curves for a set of galaxies.

Thin wrapper around :func:`~autogalaxy.plot.plot_utils._critical_curves_from`
Thin wrapper around :func:`~autogalaxy.util.plot_utils._critical_curves_from`
that keeps the galaxies-plot API decoupled from the utility layer.

Parameters
Expand Down
Loading
Loading