Let's implicitly fix a typo (#681)

This commit is contained in:
Christian Clauss 2022-07-11 23:03:07 +02:00 committed by GitHub
parent 35886c970c
commit df129c7ba3
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. """Provides information about all incoming edges that connect to this node.
The edge map is a dictionary that maps an ``incoming_label`` to 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. ``self``. See "Edges" section above.
""" """
raise NotImplementedError() raise NotImplementedError()