From 62ddc8cbe95046d66cec858ba507ce0cca94cb35 Mon Sep 17 00:00:00 2001
From: Kipp Cannon <kipp.cannon@ligo.org>
Date: Sun, 5 Nov 2017 14:18:26 +0900
Subject: [PATCH] pipeparts:  fix typo in documentation

---
 gstlal/python/pipeparts/__init__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gstlal/python/pipeparts/__init__.py b/gstlal/python/pipeparts/__init__.py
index e22564516e..2e60af589c 100644
--- a/gstlal/python/pipeparts/__init__.py
+++ b/gstlal/python/pipeparts/__init__.py
@@ -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)
-- 
GitLab