Skip to content

Commit 1ac0f24

Browse files
Update README.md
1 parent 52d9abf commit 1ac0f24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

08_Object_Oriented_Programming/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ class AWS(CloudProvider):
188188
class Azure(CloudProvider):
189189
def create_instance(self):
190190
print("☁️ Launching VM on Azure...")
191-
191+
# cp = CloudProvider() # ❌ Error
192192
aws = AWS()
193193
aws.create_instance()
194194
```

0 commit comments

Comments
 (0)