From 37d7d28e21c96f94bc17de671cbc1f65f9c14169 Mon Sep 17 00:00:00 2001 From: Safir <42492568+SafirZouzout@users.noreply.github.com> Date: Mon, 27 May 2024 15:09:15 +0200 Subject: [PATCH] Update orthogonality.py Fixed a minor typo, I'm new to github so I don't know if it is stupid to send a pull request for something that small. Sorry if it is. --- pylinac/contrib/orthogonality.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pylinac/contrib/orthogonality.py b/pylinac/contrib/orthogonality.py index 42cd7917..f112105e 100644 --- a/pylinac/contrib/orthogonality.py +++ b/pylinac/contrib/orthogonality.py @@ -44,7 +44,7 @@ def analyze(self): # and the vertical in the last two # but we don't know which one is top/bottom or left/right # so we need to sort them - # we can do this by sorting the distances; the lower distance is will be the top/left + # we can do this by sorting the distances; the lower distance will be the top/left # and the higher distance will be the bottom/right line_angles = {} if sorted_dists[0] < sorted_dists[1]: