Skip to content

Commit cf2d02d

Browse files
committed
some fixes
1 parent afa04d2 commit cf2d02d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/codespell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: pip install -r ./requirements.txt
2626

2727
- name: Install codespell
28-
run: pip install codespell
28+
run: pip install codespell jupyterlab nbconvert
2929

3030
- name: Preprocess notebooks
3131
run: for i in $(find . -name "*.ipynb"); do jupyter nbconvert --clear-output --inplace $i; done

content/01-python/w1-python-datatypes.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -784,7 +784,7 @@
784784
"https://docs.python.org/3/reference/expressions.html#operator-precedence\n",
785785
" \n",
786786
"in order of precedence:\n",
787-
"* quantites in `()`\n",
787+
"* quantities in `()`\n",
788788
"* slicing, calls, subscripts\n",
789789
"* exponentiation (`**`)\n",
790790
"* `+x`, `-x`, `~x`\n",

0 commit comments

Comments
 (0)