From ddb106587f25be757c50f70252b3d014d8cae5a6 Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.dos.anjos@gmail.com>
Date: Mon, 18 Feb 2019 09:29:39 +0100
Subject: [PATCH] [scripts][test] Fix minor typo

---
 bob/devtools/scripts/test.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bob/devtools/scripts/test.py b/bob/devtools/scripts/test.py
index f1630e8e..605a4e36 100644
--- a/bob/devtools/scripts/test.py
+++ b/bob/devtools/scripts/test.py
@@ -70,7 +70,7 @@ Examples:
 @bdt.raise_on_error
 def test(package, condarc, config, append_file, server, private, stable,
     dry_run, ci):
-  """Tests (pre-built_ package through conda-build with stock configuration
+  """Tests (pre-built) package through conda-build with stock configuration
 
   This command wraps the execution of conda-build so that you use the same
   conda configuration we use for our CI.  It always set
-- 
GitLab