Skip to content

Commit 74151cf

Browse files
authored
Remove singleton pattern entry from README
1 parent 188f7d2 commit 74151cf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ graph LR
3030
| [lazy_evaluation](patterns/creational/lazy_evaluation.py) | lazily-evaluated property pattern in Python |
3131
| [pool](patterns/creational/pool.py) | preinstantiate and maintain a group of instances of the same type |
3232
| [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 |
3433

3534
## Structural Patterns
3635

0 commit comments

Comments
 (0)