Skip to content

Commit

Permalink
put backicks
Browse files Browse the repository at this point in the history
  • Loading branch information
YigitElma committed Nov 20, 2024
1 parent c32d5c7 commit 2ca27cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion desc/objectives/_coils.py
Original file line number Diff line number Diff line change
Expand Up @@ -1303,7 +1303,7 @@ class SurfaceQuadraticFlux(_Objective):
eval_grid : Grid, optional
Collocation grid containing the nodes on the surface at which the
magnetic field is being calculated and where to evaluate Bn errors.
Default grid is: LinearGrid(rho=np.array([1.0]), M=surface.M_grid,
Default grid is: ``LinearGrid``(rho=np.array([1.0]), M=surface.M_grid,
N=surface.N_grid, NFP=surface.NFP, sym=False)
field_grid : Grid, optional
Grid used to discretize field (e.g. grid for the magnetic field source from
Expand Down

0 comments on commit 2ca27cb

Please sign in to comment.