Adjust comment

This commit is contained in:
Raffson 2024-02-12 00:03:48 +01:00
parent 5dfba64ac3
commit 05163d41a0
No known key found for this signature in database
GPG Key ID: B0402B2C9B764D99

View File

@ -140,7 +140,7 @@ class ObjectiveFinder:
def vulnerable_control_points(self) -> Iterator[ControlPoint]:
"""Iterates over friendly CPs that are vulnerable to enemy CPs.
Vulnerability is defined as any enemy CP within threat range of of the
Vulnerability is defined as any enemy CP within threat range of the
CP.
"""
for cp in self.friendly_control_points():