Skip to content
This repository was archived by the owner on Jan 22, 2020. It is now read-only.

Commit 601e22e

Browse files
authored
Update 09 - Combinatorics.ipynb
Fix minor typos
1 parent 7dc793b commit 601e22e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Part 2/Section 08 - Iteration Tools/09 - Combinatorics.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -851,7 +851,7 @@
851851
"cell_type": "markdown",
852852
"metadata": {},
853853
"source": [
854-
"The important thing to note is that elements are not 'repeated' in the permutation. But the uniqueness of an element is **not** based on its value, but rather on its **position** in the original iterable.\n",
854+
"The important thing to note is that elements are not 'repeated' in the permutation. The uniqueness of an element is **not** based on its value, but rather on its **position** in the original iterable.\n",
855855
"\n",
856856
"Take this example:"
857857
]
@@ -912,7 +912,7 @@
912912
"cell_type": "markdown",
913913
"metadata": {},
914914
"source": [
915-
"As you can see, each tuple looks like it has been repeated twice - but considering the elements are unique based on their position, this actually quite correct."
915+
"As you can see, each tuple looks like it has been repeated twice - but considering the elements are unique based on their position, this is actually quite correct."
916916
]
917917
},
918918
{

0 commit comments

Comments
 (0)