Skip to content

Commit 38627ee

Browse files
committed
Update OOPs_2.ipynb
1 parent 722705e commit 38627ee

File tree

1 file changed

+1
-1
lines changed
  • Module 1 - Python Programming/05. Object Oriented Programming

1 file changed

+1
-1
lines changed

Module 1 - Python Programming/05. Object Oriented Programming/OOPs_2.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1067,7 +1067,7 @@
10671067
"cell_type": "markdown",
10681068
"metadata": {},
10691069
"source": [
1070-
"### Example 1 : Create `Rectangle` and `Circle` which would be a `Shape`. Every shape (or object) that user create, should have a name, color and area properties/methods. User should have a flexibility to change the color of any shape, calculate area and display the properties of each shape."
1070+
"### Example 1 : Create `Rectangle` and `Circle` which would be a `Shape`. Every shape (or object) that user create, should have a name, color and area properties. User should have a flexibility to change the color of any shape, calculate area and display the properties of each shape."
10711071
]
10721072
},
10731073
{

0 commit comments

Comments
 (0)