We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bce868f commit b414f2bCopy full SHA for b414f2b
abstract_factory.py
@@ -73,4 +73,4 @@ def get_factory():
73
for i in range(3):
74
shop.pet_factory = get_factory()
75
shop.show_pet()
76
- print("=" * 20)
+ print("=" * 20)
0 commit comments