mirror of
https://github.com/kkroening/ffmpeg-python.git
synced 2025-04-02 10:02:48 +08:00
Let's implicitly fix a typo (#681)
This commit is contained in:
parent
35886c970c
commit
df129c7ba3
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user