Skip to content

Commit aa93875

Browse files
Fix plot_mesh docs
1 parent 958974b commit aa93875

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sectionproperties/analysis/section.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1080,7 +1080,7 @@ def plot_mesh(
10801080
):
10811081
r"""Plots the finite element mesh.
10821082
1083-
:param float alpha: Transparency of the mesh outlines: :math:`0 \leq \\alpha \leq 1`
1083+
:param float alpha: Transparency of the mesh outlines: :math:`0 \leq \alpha \leq 1`
10841084
:param bool materials: If set to true shades the elements with the specified material
10851085
colours
10861086
:param mask: Mask array, of length ``num_nodes``, to mask out triangles

0 commit comments

Comments
 (0)