We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29ec261 commit 322653eCopy full SHA for 322653e
README.md
@@ -38,4 +38,4 @@ Current Patterns:
38
|[strategy](strategy.py)| selectable operations over the same data |
39
|[template](template.py)| an object imposes a structure but takes pluggable components |
40
|[visitor](visitor.py)| invoke a callback for all items of a collection |
41
-|[chaining_method](visitor.py)| continue callback next object method |
+|[chaining_method](chaining_method.py)| continue callback next object method |
0 commit comments