We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35886c9 commit df129c7Copy full SHA for df129c7
ffmpeg/dag.py
@@ -74,7 +74,7 @@ def incoming_edge_map(self):
74
"""Provides information about all incoming edges that connect to this node.
75
76
The edge map is a dictionary that maps an ``incoming_label`` to
77
- ``(outgoing_node, outgoing_label)``. Note that implicity, ``incoming_node`` is
+ ``(outgoing_node, outgoing_label)``. Note that implicitly, ``incoming_node`` is
78
``self``. See "Edges" section above.
79
"""
80
raise NotImplementedError()
0 commit comments