We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 188f7d2 commit 74151cfCopy full SHA for 74151cf
README.md
@@ -30,7 +30,6 @@ graph LR
30
| [lazy_evaluation](patterns/creational/lazy_evaluation.py) | lazily-evaluated property pattern in Python |
31
| [pool](patterns/creational/pool.py) | preinstantiate and maintain a group of instances of the same type |
32
| [prototype](patterns/creational/prototype.py) | use a factory and clones of a prototype for new instances (if instantiation is expensive) |
33
-| [singleton](patterns/creational/singleton.py) | restrict the instantiation of a class to one object |
34
35
## Structural Patterns
36
0 commit comments