From 1b3c7056ea42be7b7cb9365542c06a56122323f5 Mon Sep 17 00:00:00 2001
From: Branson Stephens <branson.stephens@ligo.org>
Date: Mon, 5 Oct 2015 16:11:23 -0500
Subject: [PATCH] Fixed internal VOEvent parameter description.

---
 CHANGELOG.md            | 1 +
 gracedb/buildVOEvent.py | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index d34e75d9c..07d4fac28 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -24,3 +24,4 @@ All notable changes to this project will be documented in this file.
 ### Fixed
 - remove user from groups that are not present in IdP shibboleth assertion
   (#2600)
+- description of the 'internal' parameter in buildVOEvent.py (#2600)
diff --git a/gracedb/buildVOEvent.py b/gracedb/buildVOEvent.py
index 196ae69b5..8cc7b6b46 100755
--- a/gracedb/buildVOEvent.py
+++ b/gracedb/buildVOEvent.py
@@ -126,7 +126,7 @@ def buildVOEvent(event, serial_number, voevent_type, request=None, skymap_filena
 
     # Whether the alert is internal or not
     w.add_Param(Param(name="internal", value=internal,
-        Description=['Indicates that this event should be distributed to LSC/Virgo members only']))
+        Description=['Indicates whether this event should be distributed to LSC/Virgo members only']))
     
     # The serial number
     w.add_Param(Param(name="Pkt_Ser_Num", value=serial_number))
-- 
GitLab