Skip to content

Commit 1fca7de

Browse files
committed
Fix typo.
1 parent 3490b91 commit 1fca7de

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

fiberoripy/closures.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -684,7 +684,6 @@ def symmetric_quadratic_closure(a):
684684
----------
685685
a : (Mx)3x3 numpy array
686686
(Array of) Second order fiber orientation tensor.
687-
688687
Returns
689688
-------
690689
A : (Mx)3x3x3x3 numpy array
@@ -699,7 +698,7 @@ def symmetric_quadratic_closure(a):
699698
https://doi.org/10.1122/8.0000245
700699
Notes
701700
----------
702-
In general, the SQC does contract to its second-order input.
701+
In general, the SQC does not contract to its second-order input.
703702
"""
704703
assert_fot_properties(a)
705704

0 commit comments

Comments
 (0)