summaryrefslogtreecommitdiff
path: root/lib/gob_util.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gob_util.py')
-rw-r--r--lib/gob_util.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gob_util.py b/lib/gob_util.py
index 2fe67534f..d1a6301f8 100644
--- a/lib/gob_util.py
+++ b/lib/gob_util.py
@@ -368,7 +368,7 @@ def RestoreChange(host, change, msg=''):
def DeleteDraft(host, change):
- """Delete a gerrit draft patch set."""
+ """Delete a gerrit draft change."""
path = _GetChangePath(change)
try:
FetchUrl(host, path, reqtype='DELETE', ignore_204=True, ignore_404=False)