summaryrefslogtreecommitdiffstats
path: root/libmount/python/tab.c
diff options
context:
space:
mode:
Diffstat (limited to 'libmount/python/tab.c')
-rw-r--r--libmount/python/tab.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmount/python/tab.c b/libmount/python/tab.c
index d74a5ad48..da7109263 100644
--- a/libmount/python/tab.c
+++ b/libmount/python/tab.c
@@ -582,7 +582,7 @@ static PyObject *Table_new(PyTypeObject *type,
/* explicit tab.__init__() serves as mnt_reset_table(tab) would in C
* and as mnt_new_table{,_from_dir,_from_file}() with proper arguments */
-#define Table_HELP "Tab(path=None, errcb=None)"
+#define Table_HELP "Table(path=None, errcb=None)"
static int Table_init(TableObject *self, PyObject *args, PyObject *kwds)
{
struct libmnt_cache *cache;