File tree 1 file changed +3
-3
lines changed
docs/source/how_to_guides
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -142,9 +142,9 @@ databases. [^kedro]
142
142
143
143
## References
144
144
145
- [ ^ structural-subtyping ] : Structural subtyping is similar to ABCs an approach in Python to enforce interfaces, but
146
- it can be considered more pythonic since it is closer to duck typing. Hynek Schlawack
147
- wrote a comprehensive
145
+ [ ^ structural-subtyping ] : Structural subtyping is similar to ABCs an approach in Python to enforce interfaces,
146
+ but it can be considered more pythonic since it is closer to duck typing. Hynek
147
+ Schlawack wrote a comprehensive
148
148
[ guide on subclassing] ( https://hynek.me/articles/python-subclassing-redux/ ) that
149
149
features protocols under "Type 2". Glyph wrote an introduction to protocols called
150
150
[ I want a new duck] ( https://glyph.twistedmatrix.com/2020/07/new-duck.html ) .
You can’t perform that action at this time.
0 commit comments