Skip to content

Commit 0d0523a

Browse files
committed
fix: typo fix
1 parent b9f36e1 commit 0d0523a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/ide/vscode-plugin-for-python.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Python 開発に便利な拡張機能は様々なものが存在しますが、
1515
- 主要なフレームワーク向けのデバッグ設定の利用
1616
- コードチェックツールの実行
1717
- テストコード実行
18-
- デバッグや
18+
- デバッグ
1919
- VS Code 内での Jupyter Notebook の実行
2020

2121
また、拡張機能「Python」を追加すると「[Jupyter](https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter)」「[Pylance](https://marketplace.visualstudio.com/items?itemName=ms-python.vscode-pylance)」という拡張機能も同時に追加されます。これらも「Python」同様に Python のコードを書く際に強力な支援が受けられるようになるものです。
@@ -39,7 +39,7 @@ _拡張機能「Python」をインストール_
3939

4040
拡張機能「Python」と、それに関連する「Jupyter」「Pylance」等の拡張機能も同時に追加されます。
4141

42-
![「Python」が追加出来た状態の拡張機能一覧](images/plugin06.png)
42+
![「Python」が追加出来た状態の拡張機能一覧](images/plugin04.png)
4343
_「Python」が追加出来た状態の拡張機能一覧_
4444

4545
以上で拡張機能「Python」の追加は完了です。

0 commit comments

Comments
 (0)