Skip to content

Commit 842bbb0

Browse files
committed
Fix docs
1 parent 0214b62 commit 842bbb0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ffcx/ir/integral.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ def compute_integral_ir(
6565
integrands: Dictionary mapping a quadrature rule to a sequence of integrands
6666
argument_shape: Shape of the output tensor of the integral (used for tensor factorization)
6767
p: Parameters used for clamping tables and for activating sum factorization
68-
visualise: If True, store the graph representation of the integrand in a pdf file `S.pdf` and `F.pdf`
68+
visualise: If True, store the graph representation of the integrand in a pdf file
69+
`S.pdf` and `F.pdf`
6970
"""
7071
# The intermediate representation dict we're building and returning
7172
# here

0 commit comments

Comments
 (0)