Skip to content

Commit

Permalink
Escape underscore to prevent sphinx hyperlink.
Browse files Browse the repository at this point in the history
  • Loading branch information
salt-die committed Apr 6, 2024
1 parent 1e84d84 commit a9fddc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/batgrl/gadgets/text_raycaster.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class TextRaycaster(Text):
Textures for walls.
sprites : list[Sprite] | None, default: None
A list of sprites.
sprite_textures : list[NDArray[np.str_]] | None, default: None
sprite_textures : list[NDArray[np.str\_]] | None, default: None
Textures for sprites.
max_hops : int, default: 20
Determines how far rays are cast.
Expand Down Expand Up @@ -70,7 +70,7 @@ class TextRaycaster(Text):
Textures for walls.
sprites : list[Sprite]
A list of sprites.
sprite_textures : list[NDArray[np.str_]]
sprite_textures : list[NDArray[np.str\_]]
Textures for sprites.
max_hops : int
Determines how far rays are cast.
Expand Down

0 comments on commit a9fddc5

Please sign in to comment.