Skip to content

Commit 1f3b632

Browse files
committed
update TestDataGeneration
1 parent 63efbb4 commit 1f3b632

3 files changed

+671
-2211
lines changed

notebooks/IntersectionOfOOPAndFunctionalProgramming.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"### len( )\n",
2525
" - calls `__len__()` method of objects\n",
2626
" - len() is better decision choice than calling .len() or .__len__()\n",
27-
" - works the same way on all containers!\n",
27+
" - works the same way on all container type objects!\n",
2828
" - easy to understand, remember, use, etc."
2929
]
3030
},

0 commit comments

Comments
 (0)