Skip to content

Commit f58a9d7

Browse files
committed
Fix typo in symsqueeze docstring
1 parent e5b6880 commit f58a9d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Cut.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1138,7 +1138,7 @@ end
11381138
"""
11391139
symsqueeze(cut::Cut) -> cut2::Cut
11401140
1141-
Squeeze a symmetric cut with ϕ values equally distributed in [0,360) into [0, 180].
1141+
Squeeze a symmetric cut with ϕ values equally distributed in [0,360) into [0, 180).
11421142
11431143
The ϕ values must define nonredundant cuts. I.e., `cut.phi` must be equivalent to the vector
11441144
`[0, Δϕ, 2Δϕ, 3Δϕ, ..., (360 - Δϕ)]`, with `length(cut.phi)` being an odd number, so that 180

0 commit comments

Comments
 (0)