Skip to content

Commit 22fedfe

Browse files
committed
Chore: Comments in catch_camera_repositioning
1 parent 4c1f673 commit 22fedfe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

module/map/fleet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1030,7 +1030,7 @@ def brute_find_roadblocks(self, grid, fleet=None):
10301030
def catch_camera_repositioning(self, destination):
10311031
"""
10321032
Args:
1033-
Destination (GridInfo): Globe map grid.
1033+
destination (GridInfo): Globe map grid.
10341034
"""
10351035
appear = False
10361036
for data in self.map.spawn_data:

0 commit comments

Comments
 (0)