Skip to content

Commit

Permalink
(JP) FIX add comment about Python interpreter in walkthrough_apiv2.md (
Browse files Browse the repository at this point in the history
  • Loading branch information
fisuda committed Feb 27, 2024
1 parent ca9d16e commit ca2ab8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/manuals.jp/user/walkthrough_apiv2.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ curl ... -H 'Content-Type: application/json' ...

- 例では、broker がポート1026をリッスンしていると仮定しています。異なるポートを使用している場合は、curl コマンドラインでこれを調整してください

- レスポンスで JSON をきれいに印刷するために、Python を msjon.tool とともに使用することができます (チュートリアルの例ではこのスタイルを使用しています) :
- レスポンスで JSON をきれいに印刷するために、Python を mjson.tool とともに使用することができます (チュートリアルの例ではこのスタイルを使用しています) : `python` をあなたのケースによって特定の Python 実行可能ファイルに置き換えます (たとえば、ケースによっては `| python3 -mjson.tool` になる可能性があります)。

```
(curl ... | python -mjson.tool) <<EOF
Expand Down

0 comments on commit ca2ab8e

Please sign in to comment.