Skip to content

Commit

Permalink
DOC: Fix mistake in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
WarrenWeckesser committed Feb 14, 2025
1 parent 7e475e5 commit ff1687b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ function to provide a capability that is not possible with a gufunc.
| [`bincount`](#bincount) | Like `np.bincount`, but gufunc-based |
| [`convert_to_base`](#convert_to_base) | Convert an integer to a given base. |
| [`nextn_greater`](#nextn_greater) | Next n values greater than the given x. |
| [`nextn_less`](#nextn_less) | Next n values greater than the given x. |
| [`nextn_less`](#nextn_less) | Next n values less than the given x. |
| [`one_hot`](#one_hot) | Create 1-d array that is 1 at index k and 0 elsewhere. |

*Other tools*
Expand Down

0 comments on commit ff1687b

Please sign in to comment.