Skip to content

Commit efb13fc

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 8adc3e1 commit efb13fc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/source/how_to_guides/writing_custom_nodes.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,9 @@ databases. [^kedro]
142142

143143
## References
144144

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
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
148148
[guide on subclassing](https://hynek.me/articles/python-subclassing-redux/) that
149149
features protocols under "Type 2". Glyph wrote an introduction to protocols called
150150
[I want a new duck](https://glyph.twistedmatrix.com/2020/07/new-duck.html).

0 commit comments

Comments
 (0)