Skip to content

Commit 94676ca

Browse files
committed
Merge branch 'issue/1'
2 parents e820f8a + fc433cd commit 94676ca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

notebooks/IntersectionOfOOPAndFunctionalProgramming.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10714,8 +10714,8 @@
1071410714
"source": [
1071510715
"## Functools library\n",
1071610716
"\n",
10717-
"- hihger-order functions and operations on callable objects\n",
10718-
" - function that act on or return other functions\n",
10717+
"- higher-order functions and operations on callable objects\n",
10718+
" - function that act on or return other internal functions\n",
1071910719
"- https://docs.python.org/3/library/functools.html"
1072010720
]
1072110721
},
@@ -10797,7 +10797,7 @@
1079710797
"source": [
1079810798
"## Using functions to patch a class\n",
1079910799
"\n",
10800-
"- not a usual; but could be useful in special situation\n",
10800+
"- not typical; but could be useful in special situation\n",
1080110801
" - **monkey patching** is used in automated testing, e.g.\n",
1080210802
"- can replace/patch objects's methods with your functions"
1080310803
]

0 commit comments

Comments
 (0)