We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dafab5 commit 3083218Copy full SHA for 3083218
tcod/map.py
@@ -136,7 +136,7 @@ def compute_fov(
136
algorithm (int): Defaults to tcod.FOV_RESTRICTIVE
137
138
If you already have transparency in a NumPy array then you could use
139
- :any:`tcod.map_compute_fov` instead.
+ :any:`tcod.map.compute_fov` instead.
140
"""
141
if not (0 <= x < self.width and 0 <= y < self.height):
142
warnings.warn(
0 commit comments