File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ __Behavioral Patterns__:
48
48
| [ memento] ( memento.py ) | generate an opaque token that can be used to go back to a previous state |
49
49
| [ observer] ( observer.py ) | provide a callback for notification of events/changes to data |
50
50
| [ publish_subscribe] ( publish_subscribe.py ) | a source syndicates events/data to 0+ registered listeners |
51
- | [ registry] ( registry.py ) | keeping track of all subclasses of a given class |
51
+ | [ registry] ( registry.py ) | keep track of all subclasses of a given class |
52
52
| [ specification] ( specification.py ) | business rules can be recombined by chaining the business rules together using boolean logic |
53
53
| [ state] ( state.py ) | logic is organized into a discrete number of potential states and the next state that can be transitioned to |
54
54
| [ strategy] ( strategy.py ) | selectable operations over the same data |
You can’t perform that action at this time.
0 commit comments