Skip to content

Commit

Permalink
Escape underscores in doc strings to prevent sphinx warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
salt-die committed Oct 11, 2023
1 parent d9056cc commit 24ef562
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions batgrl/gadgets/text_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ def binary_to_braille(array_4x2: NDArray[np.bool_]) -> NDArray[np.dtype("<U1")]:
Parameters
----------
array_4x2 : NDArray[np.bool_]
array_4x2 : NDArray[np.bool\_]
A (h, w, 4, 2)-shaped boolean numpy array.
Returns
Expand All @@ -228,7 +228,7 @@ def binary_to_box(array_2x2: NDArray[np.bool_ | np.uint0]) -> NDArray[np.dtype("
Parameters
----------
array_2x2 : NDArray[np.bool_]
array_2x2 : NDArray[np.bool\_]
A (h, w, 2, 2)-shaped boolean numpy array.
Returns
Expand Down

0 comments on commit 24ef562

Please sign in to comment.