File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 311311 },
312312 {
313313 "cell_type" : " code" ,
314- "execution_count" : 36 ,
314+ "execution_count" : null ,
315315 "id" : " ff2adb97" ,
316316 "metadata" : {},
317317 "outputs" : [],
318318 "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 " ,
320320 " from typing import Union\n " ,
321321 " \n " ,
322322 " Pair = Tuple[float, float]\n " ,
671671 " - assemble manager objects by knitting other objects together\n " ,
672672 " - to an extent, a manager is also an Adapter among the various interfaces\n " ,
673673 " - 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"
675675 ]
676676 },
677677 {
You can’t perform that action at this time.
0 commit comments