Skip to content

Commit 59aac9c

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

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

docs/source/how_to_guides/writing_custom_nodes.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -127,11 +127,13 @@ databases. [^kedro]
127127

128128
## References
129129

130-
[^structural-subtyping]: Structural subtyping is similar to ABCs an approach in Python to enforce interfaces,
131-
but it can be considered more pythonic since it is closer to duck typing. Hynek
132-
Schlawack wrote a comprehensive
133-
[guide on subclassing](https://hynek.me/articles/python-subclassing-redux/) that
134-
features protocols under "Type 2". Glyph wrote an introduction to protocols called
130+
[^structural-subtyping]: Structural subtyping is similar to ABCs an approach in Python
131+
to enforce interfaces, but it can be considered more pythonic
132+
since it is closer to duck typing. Hynek Schlawack wrote a
133+
comprehensive
134+
[guide on subclassing](https://hynek.me/articles/python-subclassing-redux/)
135+
that features protocols under "Type 2". Glyph wrote an
136+
introduction to protocols called
135137
[I want a new duck](https://glyph.twistedmatrix.com/2020/07/new-duck.html).
136138

137139
[^kedro]: Kedro, another workflow system, provides many adapters to data sources:

0 commit comments

Comments
 (0)