Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
takenori-y committed May 23, 2024
1 parent 57df254 commit f17061e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/onehot.cc
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ void PrintUsage(std::ostream* stream) {
* - double-type one-hot vector
*
* @code{.sh}
* step -l 3 | x2x +di | onehot -l 3 | x2x +da
* ramp -l 3 | x2x +di | onehot -l 3 | x2x +da
* # 1, 0, 0, 0, 1, 0, 0, 0, 1
* @endcode
*
Expand Down
2 changes: 1 addition & 1 deletion tools/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# limitations under the License. #
# ------------------------------------------------------------------------ #

PYTHON_VERSION := 3.8
PYTHON_VERSION := 3.9
SHELLCHECK_VERSION := 0.10.0
SHFMT_VERSION := 3.8.0
JOBS := 4
Expand Down

0 comments on commit f17061e

Please sign in to comment.