Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 9, 2024
1 parent 3bc4bd0 commit 0fb00d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/source/how_to_guides/writing_custom_nodes.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,9 @@ databases. [^kedro]

## References

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

0 comments on commit 0fb00d0

Please sign in to comment.