Skip to content
Snippets Groups Projects
Commit 62ddc8cb authored by Kipp Cannon's avatar Kipp Cannon
Browse files

pipeparts: fix typo in documentation

parent 4a5572fb
No related branches found
No related tags found
No related merge requests found
......@@ -115,7 +115,7 @@ class src_deferred_link(object):
The "pad-added" signal of the element will be used to watch for new
pads, and if the "no-more-pads" signal is emitted by the element
before the requested pad has appeared ValueException is raised.
before the requested pad has appeared ValueError is raised.
"""
def __init__(self, element, srcpadname, sinkpad):
no_more_pads_handler_id = element.connect("no-more-pads", self.no_more_pads, srcpadname)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment