Skip to content

Commit 295c36c

Browse files
committed
removed iterator from the index
1 parent 8225e25 commit 295c36c

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
@@ -26,7 +26,6 @@ Current Patterns:
2626
|[factory_method](factory_method.py)| delegate a specialized function/method to create instances |
2727
|[flyweight](flyweight.py)| transparently reuse existing instances of objects with similar/identical state |
2828
|[graph_search](graph_search.py)| (graphing algorithms, not design patterns) |
29-
|[iterator](iterator.py)| structure repeated, identical calls as a generator |
3029
|[mediator](mediator.py)| an object that knows how to connect other objects and act as a proxy |
3130
|[memento](memento.py)| generate an opaque token that can be used to go back to a previous state |
3231
|[mvc](mvc.py)| model<->view<->controller (non-strict relationships) |

0 commit comments

Comments
(0)