From 67b6fec3ce13f056e8db1a7c88773ff616fab381 Mon Sep 17 00:00:00 2001
From: Theophile GENTILHOMME <tgentilhomme@jurasix08.idiap.ch>
Date: Thu, 26 Apr 2018 08:58:40 +0200
Subject: [PATCH] Smalls doc changes

---
 bob/bio/base/script/commands.py | 2 +-
 doc/experiments.rst             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/bob/bio/base/script/commands.py b/bob/bio/base/script/commands.py
index 5a72af03..2a9bde19 100644
--- a/bob/bio/base/script/commands.py
+++ b/bob/bio/base/script/commands.py
@@ -232,7 +232,7 @@ def cmc(ctx, scores, evaluation, **kargs):
 @verbosity_option()
 @click.pass_context
 def dir(ctx, scores, evaluation, **kargs):
-    """Plots the Detection & Identification curve over the FAR
+    """Plots the Detection & Identification Rate curve over the FAR
 
     This curve is designed to be used in an open set identification protocol, and
     defined in Chapter 14.1 of [LiJain2005]_.  It requires to have at least one
diff --git a/doc/experiments.rst b/doc/experiments.rst
index 8a41322e..3894c189 100644
--- a/doc/experiments.rst
+++ b/doc/experiments.rst
@@ -227,7 +227,7 @@ file containing the plots. Available plots are:
 
 *  ``cmc`` (cumulative match characteristic)
 
-*  ``dir`` (detection identification rate)
+*  ``dir`` (detection & identification rate)
 
 Use the ``--help`` option on the above-cited commands to find-out about more
 options.
-- 
GitLab