Skip to content

Commit 11e5107

Browse files
Merge pull request #250 from coding-for-reproducible-research/intro_to_python_typo
Correct typo from Intro to Python Dictionaries
2 parents a84482d + 77b2e53 commit 11e5107

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

individual_modules/introduction_to_python/dictionaries.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"\n",
2222
"- \"A dictionary stores key-value pairs.\"\n",
2323
"- \"Dictionaries are unordered.\"\n",
24-
"- \"Dictionaries are immutable.\"\n",
24+
"- \"Dictionaries are mutable.\"\n",
2525
"\n",
2626
"## Introduction\n",
2727
"\n",

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ matplotlib = "*"
1818
scikit-learn = "*"
1919
pyvis = "*"
2020
plotly = "^6.0.0"
21+
snowballstemmer = "2.2.0"
22+
2123

2224
[build-system]
2325
requires = ["poetry-core>=1.0.0"]

0 commit comments

Comments
 (0)