File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 311
311
},
312
312
{
313
313
"cell_type" : " code" ,
314
- "execution_count" : 36 ,
314
+ "execution_count" : null ,
315
315
"id" : " ff2adb97" ,
316
316
"metadata" : {},
317
317
"outputs" : [],
318
318
"source" : [
319
- " # let's take one more step; allow Polygon to accet tuples too\n " ,
319
+ " # let's take one more step; allow Polygon to accept Tuples too\n " ,
320
320
" from typing import Union\n " ,
321
321
" \n " ,
322
322
" Pair = Tuple[float, float]\n " ,
671
671
" - assemble manager objects by knitting other objects together\n " ,
672
672
" - to an extent, a manager is also an Adapter among the various interfaces\n " ,
673
673
" - another design pattern covered later in the course\n " ,
674
- " - Solution/Main class in `A0-OOP and A1-OOP` subfolders are examples of a manager class"
674
+ " - Solution/Main class in demo-assignments `A0-OOP, A1-OOP` are examples of a manager class"
675
675
]
676
676
},
677
677
{
You can’t perform that action at this time.
0 commit comments