Skip to content

Commit 3083218

Browse files
committed
Fix doc ref linked to the wrong function.
1 parent 6dafab5 commit 3083218

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tcod/map.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ def compute_fov(
136136
algorithm (int): Defaults to tcod.FOV_RESTRICTIVE
137137
138138
If you already have transparency in a NumPy array then you could use
139-
:any:`tcod.map_compute_fov` instead.
139+
:any:`tcod.map.compute_fov` instead.
140140
"""
141141
if not (0 <= x < self.width and 0 <= y < self.height):
142142
warnings.warn(

0 commit comments

Comments
 (0)