Skip to content

Commit df129c7

Browse files
authored
Let's implicitly fix a typo (#681)
1 parent 35886c9 commit df129c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ffmpeg/dag.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def incoming_edge_map(self):
7474
"""Provides information about all incoming edges that connect to this node.
7575
7676
The edge map is a dictionary that maps an ``incoming_label`` to
77-
``(outgoing_node, outgoing_label)``. Note that implicity, ``incoming_node`` is
77+
``(outgoing_node, outgoing_label)``. Note that implicitly, ``incoming_node`` is
7878
``self``. See "Edges" section above.
7979
"""
8080
raise NotImplementedError()

0 commit comments

Comments
 (0)