From db03125a89dc28a603a46840bcc6a491dc6d2aa7 Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.dos.anjos@gmail.com> Date: Fri, 24 Apr 2020 16:05:48 +0200 Subject: [PATCH] [utils.table] Fix link to tabulate --- bob/ip/binseg/utils/table.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bob/ip/binseg/utils/table.py b/bob/ip/binseg/utils/table.py index 5f7bd34d..5feb27f8 100644 --- a/bob/ip/binseg/utils/table.py +++ b/bob/ip/binseg/utils/table.py @@ -32,7 +32,7 @@ def performance_table(data, fmt): fmt : str - One of the formats supported by tabulate_. + One of the formats supported by tabulate. Returns -- GitLab