mirror of
https://github.com/kkroening/ffmpeg-python.git
synced 2025-04-05 20:11:11 +08:00
Let's implicitly fix a typo
Discovered by https://pypi.org/project/codespell
This commit is contained in:
parent
ef00863269
commit
357d511fd7
@ -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()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user