Skip to content

Commit 161ac5c

Browse files
authored
Merge pull request #16 from chvmvd/fix-bug
Fix bug
2 parents 00e04d7 + 40112cc commit 161ac5c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
1616
cargo install typos-cli
1717
```
1818

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+
1921
### Local Development
2022

2123
```shell

docs/python/variables/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Python では定数は使えないようです。慣習的に定数は大文字
3333

3434
### 問題
3535

36-
[式と演算子の項](./../expressions#問題)の問題を変数を使って解いてみましょう。
36+
[式と演算子の項](/docs/python/expressions/#問題)の問題を変数を使って解いてみましょう。
3737

3838
<details>
3939
<summary>解答</summary>

0 commit comments

Comments
 (0)