Skip to content

Commit aa26ca4

Browse files
dependabot[bot]tobiasraabepre-commit-ci[bot]
authored
Bump matplotlib from 3.10.3 to 3.10.8 (#783)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tobias Raabe <raabe@posteo.de> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 039976c commit aa26ca4

File tree

2 files changed

+64
-41
lines changed

2 files changed

+64
-41
lines changed

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)