Let's implicitly fix a typo

Discovered by https://pypi.org/project/codespell
This commit is contained in:
Christian Clauss 2022-07-11 23:01:44 +02:00 committed by GitHub
parent ef00863269
commit 357d511fd7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -74,7 +74,7 @@ class DagNode(object):
"""Provides information about all incoming edges that connect to this node.
The edge map is a dictionary that maps an ``incoming_label`` to
``(outgoing_node, outgoing_label)``. Note that implicity, ``incoming_node`` is
``(outgoing_node, outgoing_label)``. Note that implicitly, ``incoming_node`` is
``self``. See "Edges" section above.
"""
raise NotImplementedError()