8000 Let's implicitly fix a typo (#681) · CyberSys/ffmpeg-python@df129c7 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit df129c7

Browse files
authored
Let's implicitly fix a typo (kkroening#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

Lines changed: 1 addition & 1 deletion
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)
0