We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 00e04d7 + 40112cc commit 161ac5cCopy full SHA for 161ac5c
README.md
@@ -16,6 +16,8 @@ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
16
cargo install typos-cli
17
```
18
19
+You don`t have to run these two commands if you won't commit the changes or you have already installed typos-cli.
20
+
21
### Local Development
22
23
```shell
docs/python/variables/index.mdx
@@ -33,7 +33,7 @@ Python では定数は使えないようです。慣習的に定数は大文字
33
34
### 問題
35
36
-[式と演算子の項](./../expressions#問題)の問題を変数を使って解いてみましょう。
+[式と演算子の項](/docs/python/expressions/#問題)の問題を変数を使って解いてみましょう。
37
38
<details>
39
<summary>解答</summary>
0 commit comments